Trace number 2705069

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.3 with Clp 1.11.1 (Release Version) as LP solverMSAT 1790.26 1790.22

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900554420--soft-0-100-0.wbo
MD5SUMce7c3a365231565303f31d834d531ee5
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 benchmark38.4642
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 134314
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 134313
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.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
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-2705069-1278578335.wbo>
0.00/0.03	c original problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5415 constraints
0.00/0.03	c problem read
0.00/0.03	c presolving settings loaded
0.09/0.11	o 134313
0.09/0.11	c feasible solution found by trivial heuristic, objective value  1.343130e+05
0.09/0.11	c presolving:
0.09/0.12	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.12	c (round 2) 0 del vars, 1 del conss, 2707 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.17	c    (0.1s) probing: 101/2938 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.17	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.17	c presolving (3 rounds):
0.09/0.17	c  0 deleted vars, 1 deleted constraints, 2707 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.17	c  5391 implications, 0 cliques
0.09/0.17	c presolved problem has 5645 variables (2938 bin, 0 int, 2707 impl, 0 cont) and 5414 constraints
0.09/0.17	c    2707 constraints of type <linear>
0.09/0.17	c    2707 constraints of type <indicator>
0.09/0.17	c transformed objective value is always integral (scale: 1)
0.09/0.17	c Presolving Time: 0.12
0.09/0.17	c - non default parameters ----------------------------------------------------------------------
0.09/0.17	c # SCIP version 1.2.1.3
0.09/0.17	c 
0.09/0.17	c # frequency for displaying node information lines
0.09/0.17	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.17	c display/freq = 10000
0.09/0.17	c 
0.09/0.17	c # maximal time in seconds to run
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/time = 1789.98
0.09/0.17	c 
0.09/0.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.17	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.17	c limits/memory = 3420
0.09/0.17	c 
0.09/0.17	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.17	c # [type: int, range: [1,2], default: 1]
0.09/0.17	c timing/clocktype = 2
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify inequalities
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/linear/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/indicator/addCouplingCons = TRUE
0.09/0.17	c 
0.09/0.17	c # should presolving try to simplify knapsacks
0.09/0.17	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.17	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.17	c 
0.09/0.17	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.17	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.17	c separating/rapidlearning/freq = 0
0.09/0.17	c 
0.09/0.17	c -----------------------------------------------------------------------------------------------
0.09/0.17	c start solving
0.09/0.17	c 
0.09/0.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.18	c t 0.2s|     1 |     0 |     0 |     - |  19M|   0 |   0 |5645 |5414 |5645 |   0 |   0 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    20 |     - |  19M|   0 |   0 |5645 |5414 |5645 |  22 |  22 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.35	c   0.3s|     1 |     0 |    42 |     - |  19M|   0 |   7 |5645 |5414 |5645 |  53 |  53 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.36	c   0.3s|     1 |     0 |    62 |     - |  19M|   0 |  14 |5645 |5414 |5645 |  85 |  85 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.29/0.37	c   0.3s|     1 |     0 |   101 |     - |  19M|   0 |  35 |5645 |5414 |5645 | 120 | 120 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |   133 |     - |  19M|   0 |  38 |5645 |5414 |5645 | 150 | 150 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.39/0.43	c   0.4s|     1 |     0 |   184 |     - |  19M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |   0 | 0.000000e+00 | 1.343130e+05 |    Inf 
0.49/0.51	c   0.5s|     1 |     2 |   184 |     - |  20M|   0 |  32 |5645 |5414 |5645 | 164 | 164 |   0 |  32 | 0.000000e+00 | 1.343130e+05 |    Inf 
9.10/9.13	o 439
9.10/9.13	c * 9.1s|  4375 |  3798 |  4061 |   0.9 |  32M|2038 |   - |5645 |5414 |5645 | 213 |1060 |   0 | 563 | 0.000000e+00 | 4.390000e+02 |    Inf 
20.19/20.25	c  20.2s| 10000 |  9396 |  6786 |   0.7 |  45M|2038 |   0 |5645 |5488 |5645 | 223 |1781 |  74 | 634 | 0.000000e+00 | 4.390000e+02 |    Inf 
25.79/25.80	o 436
25.79/25.80	c *25.8s| 12635 | 11991 |  8052 |   0.6 |  52M|2038 |   - |5645 |5539 |5645 | 217 |2121 | 125 | 661 | 0.000000e+00 | 4.360000e+02 |    Inf 
25.79/25.85	o 418
25.79/25.85	c *25.8s| 12669 | 11791 |  8065 |   0.6 |  51M|2038 |   - |5645 |5539 |5645 | 218 |2122 | 125 | 661 | 0.000000e+00 | 4.180000e+02 |    Inf 
32.29/32.30	o 366
32.29/32.30	c *32.3s| 15665 | 13990 |  9472 |   0.6 |  58M|2038 |   - |5645 |5646 |5645 | 214 |2481 | 232 | 676 | 0.000000e+00 | 3.660000e+02 |    Inf 
33.29/33.32	o 350
33.29/33.32	c *33.3s| 16177 | 14135 |  9582 |   0.6 |  58M|2038 |   - |5645 |5693 |5645 | 203 |2514 | 279 | 676 | 0.000000e+00 | 3.500000e+02 |    Inf 
33.59/33.67	o 331
33.59/33.67	c *33.6s| 16336 | 13723 |  9648 |   0.6 |  57M|2038 |   - |5645 |5707 |5645 | 222 |2532 | 293 | 676 | 0.000000e+00 | 3.310000e+02 |    Inf 
34.89/34.91	o 324
34.89/34.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.89/34.91	c *34.9s| 16923 | 13970 |  9877 |   0.6 |  58M|2038 |   - |5645 |5744 |5645 | 210 |2577 | 330 | 676 | 0.000000e+00 | 3.240000e+02 |    Inf 
35.09/35.17	o 302
35.09/35.17	c *35.1s| 17104 | 13051 |  9910 |   0.6 |  56M|2038 |   - |5645 |5765 |5645 | 203 |2581 | 351 | 676 | 0.000000e+00 | 3.020000e+02 |    Inf 
38.69/38.75	o 290
38.69/38.75	c *38.7s| 18413 | 13742 | 11579 |   0.6 |  60M|2038 |   - |5645 |6038 |5645 | 221 |3069 | 624 | 721 | 0.000000e+00 | 2.900000e+02 |    Inf 
38.89/38.90	o 289
38.89/38.90	c *38.9s| 18467 | 13740 | 11622 |   0.6 |  60M|2038 |   - |5645 |6053 |5645 | 212 |3078 | 639 | 721 | 0.000000e+00 | 2.890000e+02 |    Inf 
39.09/39.19	o 285
39.09/39.19	c *39.2s| 18666 | 13728 | 11638 |   0.6 |  60M|2038 |   - |5645 |6059 |5645 | 204 |3083 | 645 | 721 | 0.000000e+00 | 2.850000e+02 |    Inf 
40.79/40.84	o 279
40.79/40.84	c *40.8s| 19475 | 14164 | 11970 |   0.6 |  61M|2038 |   - |5645 |6090 |5645 | 230 |3165 | 676 | 725 | 0.000000e+00 | 2.790000e+02 |    Inf 
42.19/42.27	c  42.2s| 20000 | 14636 | 12907 |   0.6 |  62M|2038 |   0 |5645 |6198 |5645 | 196 |3338 | 784 | 746 | 0.000000e+00 | 2.790000e+02 |    Inf 
43.99/44.04	o 267
43.99/44.04	c *44.0s| 20594 | 14237 | 14310 |   0.7 |  63M|2038 |   - |5645 |6360 |5645 | 208 |3662 | 946 | 784 | 0.000000e+00 | 2.670000e+02 |    Inf 
45.49/45.54	o 256
45.49/45.54	c *45.5s| 21258 | 14121 | 14637 |   0.7 |  64M|2038 |   - |5645 |6491 |5645 | 209 |3780 |1077 | 786 | 0.000000e+00 | 2.560000e+02 |    Inf 
46.20/46.26	o 232
46.20/46.26	c *46.2s| 21584 | 12889 | 14800 |   0.7 |  61M|2038 |   - |5645 |6543 |5645 | 212 |3819 |1129 | 792 | 0.000000e+00 | 2.320000e+02 |    Inf 
46.79/46.83	o 224
46.79/46.83	c *46.8s| 21779 | 12624 | 15089 |   0.7 |  60M|2038 |   - |5645 |6604 |5645 | 211 |3877 |1190 | 802 | 0.000000e+00 | 2.240000e+02 |    Inf 
48.69/48.71	o 210
48.69/48.71	c *48.7s| 22368 | 12439 | 16289 |   0.7 |  60M|2038 |   - |5645 |6787 |5645 | 211 |4176 |1373 | 825 | 0.000000e+00 | 2.100000e+02 |    Inf 
48.69/48.73	o 183
48.69/48.73	c *48.7s| 22376 | 10613 | 16305 |   0.7 |  56M|2038 |   - |5645 |6797 |5645 | 211 |4176 |1383 | 825 | 0.000000e+00 | 1.830000e+02 |    Inf 
48.99/49.06	o 179
48.99/49.06	c *49.0s| 22451 | 10317 | 16514 |   0.7 |  55M|2038 |   - |5645 |6840 |5645 | 215 |4218 |1426 | 840 | 0.000000e+00 | 1.790000e+02 |    Inf 
49.59/49.68	o 174
49.59/49.68	c *49.6s| 22652 |  9961 | 16915 |   0.7 |  55M|2038 |   - |5645 |6933 |5645 | 221 |4315 |1519 | 845 | 0.000000e+00 | 1.740000e+02 |    Inf 
49.59/49.68	o 167
49.59/49.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.59/49.68	c *49.7s| 22653 |  9323 | 16917 |   0.7 |  53M|2038 |   - |5645 |6933 |5645 | 221 |4315 |1519 | 845 | 0.000000e+00 | 1.670000e+02 |    Inf 
50.20/50.22	o 163
50.20/50.22	c *50.2s| 22830 |  9265 | 17288 |   0.7 |  53M|2038 |   - |5645 |6962 |5645 | 223 |4394 |1548 | 853 | 0.000000e+00 | 1.630000e+02 |    Inf 
50.99/51.07	o 152
50.99/51.07	c *51.0s| 23082 |  8746 | 17843 |   0.8 |  53M|2038 |   - |5645 |7032 |5645 | 242 |4583 |1618 | 858 | 0.000000e+00 | 1.520000e+02 |    Inf 
52.80/52.85	o 125
52.80/52.85	c *52.8s| 23607 |  7281 | 18925 |   0.8 |  51M|2038 |   - |5645 |7230 |5645 | 206 |4886 |1816 | 888 | 0.000000e+00 | 1.250000e+02 |    Inf 
53.39/53.46	o 116
53.39/53.46	c *53.4s| 23764 |  6732 | 19424 |   0.8 |  50M|2038 |   - |5645 |7275 |5645 | 208 |5041 |1862 | 900 | 0.000000e+00 | 1.160000e+02 |    Inf 
53.99/54.09	o 99
53.99/54.09	c *54.1s| 23901 |  5750 | 19921 |   0.8 |  48M|2038 |   - |5645 |7355 |5645 | 212 |5203 |1943 | 921 | 0.000000e+00 | 9.900000e+01 |    Inf 
54.49/54.50	o 93
54.49/54.50	c *54.5s| 24016 |  5432 | 20257 |   0.8 |  47M|2038 |   - |5645 |7378 |5645 | 212 |5272 |2023 | 931 | 0.000000e+00 | 9.300000e+01 |    Inf 
55.19/55.24	o 87
55.19/55.24	c *55.2s| 24210 |  5177 | 21140 |   0.9 |  47M|2038 |   - |5645 |7273 |5645 | 222 |5489 |2132 | 964 | 0.000000e+00 | 8.700000e+01 |    Inf 
55.79/55.80	o 84
55.79/55.80	c *55.8s| 24374 |  4863 | 21614 |   0.9 |  46M|2038 |   - |5645 |7119 |5645 | 188 |5617 |2188 | 990 | 0.000000e+00 | 8.400000e+01 |    Inf 
61.50/61.56	o 82
61.50/61.56	c *61.5s| 26020 |  5565 | 25785 |   1.0 |  55M|2038 |   - |5645 |8370 |5645 | 193 |6692 |3625 |1186 | 0.000000e+00 | 8.200000e+01 |    Inf 
69.80/69.81	o 74
69.80/69.81	c *69.8s| 28512 |  5931 | 32484 |   1.1 |  65M|2038 |   - |5645 |9082 |5645 | 275 |8458 |5497 |1374 | 0.000000e+00 | 7.400000e+01 |    Inf 
72.50/72.53	o 59
72.50/72.53	c *72.5s| 29174 |  4919 | 34711 |   1.2 |  60M|2038 |   - |5645 |8724 |5645 | 218 |9078 |6095 |1416 | 0.000000e+00 | 5.900000e+01 |    Inf 
75.80/75.87	c  75.8s| 30000 |  5101 | 38957 |   1.3 |  62M|2038 |   0 |5645 |8443 |5645 | 190 |  10k|7042 |1470 | 0.000000e+00 | 5.900000e+01 |    Inf 
78.40/78.47	o 58
78.40/78.47	c *78.4s| 30776 |  5270 | 41570 |   1.3 |  65M|2038 |   - |5645 |8611 |5645 | 237 |  11k|7903 |1503 | 0.000000e+00 | 5.800000e+01 |    Inf 
79.89/79.91	o 55
79.89/79.91	c *79.9s| 31237 |  5256 | 43149 |   1.4 |  65M|2038 |   - |5645 |8004 |5645 | 239 |  11k|8332 |1516 | 0.000000e+00 | 5.500000e+01 |    Inf 
107.20/107.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
107.20/107.20	c   107s| 40000 |  7549 | 78105 |   1.9 |  86M|2038 |   4 |5645 |6760 |5645 | 246 |  20k|  16k|1706 | 0.000000e+00 | 5.500000e+01 |    Inf 
120.29/120.34	o 51
120.29/120.34	c * 120s| 43974 |  8147 | 93520 |   2.1 |  95M|2038 |   - |5645 |7077 |5645 | 254 |  24k|  20k|1860 | 0.000000e+00 | 5.100000e+01 |    Inf 
120.29/120.35	o 43
120.29/120.35	c * 120s| 43975 |  7535 | 93520 |   2.1 |  92M|2038 |   - |5645 |7077 |5645 | 254 |  24k|  20k|1860 | 0.000000e+00 | 4.300000e+01 |    Inf 
135.30/135.36	o 35
135.30/135.36	c * 135s| 49114 |  7944 |114814 |   2.3 |  95M|2038 |   - |5645 |6995 |5645 | 286 |  30k|  26k|2069 | 0.000000e+00 | 3.500000e+01 |    Inf 
137.19/137.26	o 22
137.19/137.26	c * 137s| 49794 |  6773 |118429 |   2.4 |  82M|2038 |   - |5645 |5993 |5645 | 209 |  31k|  27k|2123 | 0.000000e+00 | 2.200000e+01 |    Inf 
137.69/137.70	c   138s| 50000 |  6813 |119394 |   2.4 |  82M|2038 |   - |5645 |5473 |   0 |   0 |  31k|  27k|2133 | 0.000000e+00 | 2.200000e+01 |    Inf 
143.10/143.20	o 20
143.10/143.20	c * 143s| 52593 |  6861 |131687 |   2.5 |  83M|2038 |   - |5645 |5491 |5645 | 231 |  33k|  30k|2246 | 0.000000e+00 | 2.000000e+01 |    Inf 
158.41/158.40	c   158s| 60000 |  7077 |167533 |   2.8 |  89M|2038 |  12 |5645 |6661 |5645 | 265 |  40k|  40k|2483 | 0.000000e+00 | 2.000000e+01 |    Inf 
158.90/158.98	o 15
158.90/158.98	c * 159s| 60236 |  6832 |169137 |   2.8 |  85M|2038 |   - |5645 |6896 |5645 | 281 |  40k|  40k|2499 | 0.000000e+00 | 1.500000e+01 |    Inf 
159.10/159.13	o 14
159.10/159.13	c * 159s| 60299 |  6679 |169433 |   2.8 |  84M|2038 |   - |5645 |6648 |5645 | 276 |  40k|  40k|2500 | 0.000000e+00 | 1.400000e+01 |    Inf 
159.50/159.55	o 13
159.50/159.55	c * 160s| 60507 |  6659 |170286 |   2.8 |  83M|2038 |   - |5645 |6111 |5645 | 283 |  40k|  41k|2506 | 0.000000e+00 | 1.300000e+01 |    Inf 
176.90/176.95	c   177s| 70000 |  6655 |211656 |   3.0 |  86M|2038 |   - |5645 |5752 |   0 |   0 |  47k|  53k|2752 | 0.000000e+00 | 1.300000e+01 |    Inf 
185.29/185.36	o 12
185.29/185.36	c * 185s| 74536 |  6728 |232345 |   3.1 |  88M|2038 |   - |5645 |7562 |5645 | 257 |  50k|  60k|2874 | 0.000000e+00 | 1.200000e+01 |    Inf 
185.29/185.39	o 7
185.29/185.39	c * 185s| 74548 |  5924 |232345 |   3.1 |  77M|2038 |   - |5645 |7456 |5645 | 257 |  50k|  60k|2874 | 0.000000e+00 | 7.000000e+00 |    Inf 
187.59/187.63	o 5
187.59/187.63	c * 188s| 75718 |  5822 |240653 |   3.2 |  77M|2038 |   - |5645 |7840 |5645 | 255 |  51k|  61k|2900 | 0.000000e+00 | 5.000000e+00 |    Inf 
194.79/194.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
194.79/194.81	c   195s| 80000 |  5779 |261446 |   3.3 |  77M|2038 |  12 |5645 |5156 |5645 | 186 |  55k|  67k|3028 | 0.000000e+00 | 5.000000e+00 |    Inf 
212.00/212.04	c   212s| 90000 |  5974 |313833 |   3.5 |  81M|2038 |   1 |5645 |9578 |5645 | 228 |  62k|  82k|3267 | 0.000000e+00 | 5.000000e+00 |    Inf 
229.10/229.19	c   229s|100000 |  5928 |363449 |   3.6 |  82M|2038 |   - |5645 |8184 |   0 |   0 |  69k|  96k|3506 | 0.000000e+00 | 5.000000e+00 |    Inf 
235.40/235.44	o 3
235.40/235.44	c * 235s|103649 |  5635 |381809 |   3.7 |  80M|2038 |   - |5645 |8821 |5645 | 253 |  72k| 101k|3576 | 0.000000e+00 | 3.000000e+00 |    Inf 
246.30/246.31	c   246s|110000 |  5538 |415591 |   3.8 |  79M|2038 |   - |5645 |6953 |   0 |   0 |  77k| 110k|3724 | 0.000000e+00 | 3.000000e+00 |    Inf 
263.29/263.38	c   263s|120000 |  5505 |471408 |   3.9 |  81M|2038 |   - |5645 |8546 |   0 |   0 |  84k| 123k|3941 | 0.000000e+00 | 3.000000e+00 |    Inf 
280.80/280.84	c   281s|130000 |  5480 |525061 |   4.0 |  82M|2038 |   1 |5645 |  10k|5645 | 237 |  92k| 137k|4102 | 0.000000e+00 | 3.000000e+00 |    Inf 
297.70/297.73	c   298s|140000 |  5632 |567119 |   4.0 |  85M|2038 |   - |5645 |  13k|   0 |   0 |  97k| 151k|4237 | 0.000000e+00 | 3.000000e+00 |    Inf 
315.89/315.99	c   316s|150000 |  5554 |616269 |   4.1 |  85M|2038 |   1 |5645 |9855 |5645 | 258 | 103k| 166k|4426 | 0.000000e+00 | 3.000000e+00 |    Inf 
333.30/333.37	c   333s|160000 |  5646 |666682 |   4.2 |  87M|2038 |  15 |5645 |  12k|5645 | 220 | 110k| 179k|4552 | 0.000000e+00 | 3.000000e+00 |    Inf 
351.80/351.89	c   352s|170000 |  5756 |720389 |   4.2 |  89M|2038 |   - |5645 |  15k|5645 | 253 | 117k| 193k|4691 | 0.000000e+00 | 3.000000e+00 |    Inf 
371.60/371.65	c   372s|180000 |  5808 |768370 |   4.3 |  91M|2038 |  16 |5645 |  16k|5645 | 256 | 122k| 207k|4792 | 0.000000e+00 | 3.000000e+00 |    Inf 
392.30/392.30	c   392s|190000 |  5728 |824151 |   4.3 |  91M|2038 |   - |5645 |  15k|   0 |   0 | 128k| 221k|4914 | 0.000000e+00 | 3.000000e+00 |    Inf 
411.80/411.88	c   412s|200000 |  5702 |873357 |   4.4 |  91M|2038 |   7 |5645 |  14k|5645 | 202 | 134k| 234k|5079 | 0.000000e+00 | 3.000000e+00 |    Inf 
430.80/430.88	c   431s|210000 |  5594 |927265 |   4.4 |  90M|2038 |   - |5645 |  12k|   0 |   0 | 141k| 247k|5229 | 0.000000e+00 | 3.000000e+00 |    Inf 
450.70/450.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.70/450.76	c   451s|220000 |  5631 |989016 |   4.5 |  91M|2038 |   1 |5645 |  15k|5645 | 272 | 151k| 261k|5372 | 0.000000e+00 | 3.000000e+00 |    Inf 
469.40/469.43	c   469s|230000 |  5602 |  1046k|   4.5 |  91M|2038 |   7 |5645 |  14k|5645 | 203 | 159k| 274k|5502 | 0.000000e+00 | 3.000000e+00 |    Inf 
489.21/489.26	c   489s|240000 |  5693 |  1102k|   4.6 |  93M|2038 |   1 |5645 |  15k|5645 | 252 | 167k| 289k|5613 | 0.000000e+00 | 3.000000e+00 |    Inf 
507.81/507.81	c   508s|250000 |  5599 |  1144k|   4.6 |  92M|2038 |   1 |5645 |  12k|5645 | 201 | 171k| 304k|5712 | 0.000000e+00 | 3.000000e+00 |    Inf 
526.20/526.20	c   526s|260000 |  5651 |  1183k|   4.6 |  94M|2038 |   - |5645 |  15k|   0 |   0 | 177k| 318k|5780 | 0.000000e+00 | 3.000000e+00 |    Inf 
548.10/548.16	c   548s|270000 |  5698 |  1235k|   4.6 |  97M|2038 |  13 |5645 |  19k|5645 | 232 | 184k| 332k|5854 | 0.000000e+00 | 3.000000e+00 |    Inf 
562.50/562.59	o 2
562.50/562.59	c * 563s|277582 |  5384 |  1273k|   4.6 |  91M|2038 |   - |5645 |  17k|5645 | 272 | 189k| 343k|5923 | 0.000000e+00 | 2.000000e+00 |    Inf 
567.00/567.06	c   567s|280000 |  5392 |  1284k|   4.6 |  90M|2038 |  15 |5645 |  15k|5645 | 256 | 190k| 346k|5934 | 0.000000e+00 | 2.000000e+00 |    Inf 
585.80/585.87	c   586s|290000 |  5486 |  1332k|   4.6 |  93M|2038 |   1 |5645 |  20k|5645 | 268 | 197k| 360k|6015 | 0.000000e+00 | 2.000000e+00 |    Inf 
606.11/606.17	c   606s|300000 |  5362 |  1386k|   4.6 |  92M|2038 |   - |5645 |  18k|   0 |   0 | 204k| 374k|6093 | 0.000000e+00 | 2.000000e+00 |    Inf 
628.30/628.37	c   628s|310000 |  5407 |  1451k|   4.7 |  93M|2038 |  10 |5645 |  20k|5645 | 223 | 217k| 387k|6256 | 0.000000e+00 | 2.000000e+00 |    Inf 
647.21/647.26	c   647s|320000 |  5219 |  1507k|   4.7 |  89M|2038 |   5 |5645 |  11k|5645 | 211 | 225k| 401k|6395 | 0.000000e+00 | 2.000000e+00 |    Inf 
665.41/665.48	c   665s|330000 |  5235 |  1559k|   4.7 |  90M|2038 |  15 |5645 |  14k|5645 | 238 | 233k| 415k|6467 | 0.000000e+00 | 2.000000e+00 |    Inf 
685.21/685.27	c   685s|340000 |  5203 |  1615k|   4.7 |  91M|2038 |   - |5645 |  17k|   0 |   0 | 241k| 429k|6551 | 0.000000e+00 | 2.000000e+00 |    Inf 
687.51/687.54	o 1
687.51/687.54	c * 688s|341162 |  5042 |  1621k|   4.8 |  89M|2038 |   - |5645 |  18k|5645 | 265 | 242k| 431k|6556 | 0.000000e+00 | 1.000000e+00 |    Inf 
704.40/704.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
704.40/704.45	c   704s|350000 |  5134 |  1671k|   4.8 |  88M|2038 |   - |5645 |  14k|   0 |   0 | 248k| 443k|6645 | 0.000000e+00 | 1.000000e+00 |    Inf 
724.11/724.12	c   724s|360000 |  5129 |  1730k|   4.8 |  89M|2038 |   - |5645 |  14k|   0 |   0 | 257k| 458k|6718 | 0.000000e+00 | 1.000000e+00 |    Inf 
744.72/744.75	c   745s|370000 |  5129 |  1793k|   4.8 |  90M|2038 |   1 |5645 |  14k|5645 | 228 | 266k| 473k|6798 | 0.000000e+00 | 1.000000e+00 |    Inf 
765.52/765.59	c   766s|380000 |  5144 |  1859k|   4.9 |  90M|2038 |   1 |5645 |  14k|5645 | 242 | 276k| 487k|6891 | 0.000000e+00 | 1.000000e+00 |    Inf 
785.31/785.31	c   785s|390000 |  5160 |  1914k|   4.9 |  91M|2038 |   - |5645 |  14k|   0 |   0 | 283k| 502k|6950 | 0.000000e+00 | 1.000000e+00 |    Inf 
805.01/805.02	c   805s|400000 |  5196 |  1968k|   4.9 |  91M|2038 |   1 |5645 |  14k|5645 | 206 | 291k| 515k|7085 | 0.000000e+00 | 1.000000e+00 |    Inf 
825.11/825.18	c   825s|410000 |  5556 |  2032k|   5.0 |  96M|2038 |   7 |5645 |  16k|5645 | 253 | 299k| 528k|7170 | 0.000000e+00 | 1.000000e+00 |    Inf 
845.61/845.60	c   846s|420000 |  5802 |  2096k|   5.0 |  99M|2038 |  13 |5645 |  16k|5645 | 208 | 308k| 543k|7244 | 0.000000e+00 | 1.000000e+00 |    Inf 
865.01/865.07	c   865s|430000 |  5981 |  2151k|   5.0 | 101M|2038 |   6 |5645 |  16k|5645 | 238 | 315k| 556k|7336 | 0.000000e+00 | 1.000000e+00 |    Inf 
885.01/885.06	c   885s|440000 |  6065 |  2209k|   5.0 | 103M|2038 |   - |5645 |  16k|   0 |   0 | 323k| 571k|7408 | 0.000000e+00 | 1.000000e+00 |    Inf 
904.71/904.75	c   905s|450000 |  6128 |  2264k|   5.0 | 104M|2038 |   1 |5645 |  16k|5645 | 201 | 331k| 586k|7475 | 0.000000e+00 | 1.000000e+00 |    Inf 
924.31/924.35	c   924s|460000 |  6136 |  2315k|   5.0 | 105M|2038 |  20 |5645 |  16k|5645 | 207 | 338k| 600k|7538 | 0.000000e+00 | 1.000000e+00 |    Inf 
944.51/944.56	c   945s|470000 |  6156 |  2376k|   5.1 | 106M|2038 |   - |5645 |  17k|   0 |   0 | 346k| 615k|7608 | 0.000000e+00 | 1.000000e+00 |    Inf 
964.31/964.31	c   964s|480000 |  6143 |  2427k|   5.1 | 106M|2038 |  15 |5645 |  17k|5645 | 193 | 353k| 630k|7663 | 0.000000e+00 | 1.000000e+00 |    Inf 
985.21/985.20	c   985s|490000 |  6247 |  2485k|   5.1 | 108M|2038 |   1 |5645 |  18k|5645 | 226 | 362k| 645k|7735 | 0.000000e+00 | 1.000000e+00 |    Inf 
1006.31/1006.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1006.31/1006.31	c  1006s|500000 |  6206 |  2548k|   5.1 | 109M|2038 |  22 |5645 |  19k|5645 | 258 | 370k| 661k|7811 | 0.000000e+00 | 1.000000e+00 |    Inf 
1026.42/1026.47	c  1026s|510000 |  6119 |  2603k|   5.1 | 108M|2038 |   - |5645 |  17k|   0 |   0 | 377k| 677k|7878 | 0.000000e+00 | 1.000000e+00 |    Inf 
1045.91/1046.00	c  1046s|520000 |  6171 |  2649k|   5.1 | 109M|2038 |  16 |5645 |  19k|5645 | 208 | 383k| 691k|7925 | 0.000000e+00 | 1.000000e+00 |    Inf 
1065.11/1065.13	c  1065s|530000 |  6183 |  2691k|   5.1 | 110M|2038 |   1 |5645 |  21k|5645 | 256 | 388k| 707k|7973 | 0.000000e+00 | 1.000000e+00 |    Inf 
1085.11/1085.17	c  1085s|540000 |  6245 |  2741k|   5.1 | 110M|2038 |   - |5645 |  18k|   0 |   0 | 396k| 722k|8035 | 0.000000e+00 | 1.000000e+00 |    Inf 
1105.01/1105.01	c  1105s|550000 |  6133 |  2792k|   5.1 | 109M|2038 |   - |5645 |  17k|   0 |   0 | 403k| 737k|8093 | 0.000000e+00 | 1.000000e+00 |    Inf 
1126.52/1126.53	c  1127s|560000 |  6192 |  2853k|   5.1 | 111M|2038 |  15 |5645 |  19k|5645 | 221 | 411k| 752k|8170 | 0.000000e+00 | 1.000000e+00 |    Inf 
1148.22/1148.29	c  1148s|570000 |  6167 |  2916k|   5.1 | 111M|2038 |   5 |5645 |  19k|5645 | 240 | 421k| 768k|8235 | 0.000000e+00 | 1.000000e+00 |    Inf 
1168.82/1168.83	c  1169s|580000 |  6059 |  2968k|   5.1 | 109M|2038 |  29 |5645 |  18k|5645 | 270 | 428k| 783k|8303 | 0.000000e+00 | 1.000000e+00 |    Inf 
1190.32/1190.32	c  1190s|590000 |  6089 |  3027k|   5.1 | 111M|2038 |  14 |5645 |  20k|5645 | 219 | 435k| 797k|8362 | 0.000000e+00 | 1.000000e+00 |    Inf 
1212.12/1212.11	c  1212s|600000 |  6030 |  3087k|   5.1 | 111M|2038 |   1 |5645 |  21k|5645 | 221 | 443k| 813k|8426 | 0.000000e+00 | 1.000000e+00 |    Inf 
1232.32/1232.34	c  1232s|610000 |  5953 |  3141k|   5.1 | 109M|2038 |   - |5645 |  19k|   0 |   0 | 450k| 829k|8488 | 0.000000e+00 | 1.000000e+00 |    Inf 
1251.72/1251.77	c  1252s|620000 |  6011 |  3190k|   5.1 | 111M|2038 |   1 |5645 |  21k|5645 | 244 | 457k| 844k|8530 | 0.000000e+00 | 1.000000e+00 |    Inf 
1273.22/1273.27	c  1273s|630000 |  5976 |  3250k|   5.2 | 110M|2038 |   1 |5645 |  19k|5645 | 206 | 467k| 860k|8604 | 0.000000e+00 | 1.000000e+00 |    Inf 
1294.42/1294.42	c  1294s|640000 |  5992 |  3298k|   5.2 | 111M|2038 |   - |5645 |  20k|   0 |   0 | 473k| 874k|8647 | 0.000000e+00 | 1.000000e+00 |    Inf 
1316.22/1316.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1316.22/1316.26	c  1316s|650000 |  5970 |  3352k|   5.2 | 111M|2038 |   - |5645 |  21k|   0 |   0 | 480k| 890k|8704 | 0.000000e+00 | 1.000000e+00 |    Inf 
1337.12/1337.13	c  1337s|660000 |  5944 |  3411k|   5.2 | 111M|2038 |   - |5645 |  21k|   0 |   0 | 489k| 905k|8775 | 0.000000e+00 | 1.000000e+00 |    Inf 
1358.02/1358.05	c  1358s|670000 |  5993 |  3456k|   5.2 | 112M|2038 |   - |5645 |  20k|   0 |   0 | 494k| 920k|8831 | 0.000000e+00 | 1.000000e+00 |    Inf 
1378.23/1378.30	c  1378s|680000 |  5944 |  3505k|   5.2 | 111M|2038 |   - |5645 |  21k|   0 |   0 | 500k| 936k|8890 | 0.000000e+00 | 1.000000e+00 |    Inf 
1399.22/1399.28	c  1399s|690000 |  6008 |  3551k|   5.1 | 112M|2038 |   1 |5645 |  20k|5645 | 206 | 506k| 952k|8943 | 0.000000e+00 | 1.000000e+00 |    Inf 
1420.43/1420.48	c  1420s|700000 |  6086 |  3601k|   5.1 | 113M|2038 |   - |5645 |  22k|   0 |   0 | 513k| 967k|8987 | 0.000000e+00 | 1.000000e+00 |    Inf 
1442.13/1442.12	c  1442s|710000 |  6071 |  3654k|   5.1 | 113M|2038 |   - |5645 |  21k|   0 |   0 | 521k| 982k|9022 | 0.000000e+00 | 1.000000e+00 |    Inf 
1462.73/1462.70	c  1463s|720000 |  6207 |  3701k|   5.1 | 115M|2038 |   1 |5645 |  22k|5645 | 225 | 529k| 998k|9077 | 0.000000e+00 | 1.000000e+00 |    Inf 
1483.03/1483.07	c  1483s|730000 |  6193 |  3743k|   5.1 | 116M|2038 |   - |5645 |  23k|   0 |   0 | 535k|1013k|9130 | 0.000000e+00 | 1.000000e+00 |    Inf 
1503.33/1503.33	c  1503s|740000 |  6323 |  3792k|   5.1 | 118M|2038 |   - |5645 |  25k|   0 |   0 | 543k|1029k|9172 | 0.000000e+00 | 1.000000e+00 |    Inf 
1524.13/1524.18	c  1524s|750000 |  6415 |  3839k|   5.1 | 119M|2038 |   - |5645 |  25k|   0 |   0 | 550k|1045k|9212 | 0.000000e+00 | 1.000000e+00 |    Inf 
1545.53/1545.52	c  1545s|760000 |  6358 |  3889k|   5.1 | 118M|2038 |   1 |5645 |  23k|5645 | 240 | 557k|1061k|9250 | 0.000000e+00 | 1.000000e+00 |    Inf 
1566.33/1566.34	c  1566s|770000 |  6343 |  3940k|   5.1 | 119M|2038 |   - |5645 |  23k|   0 |   0 | 563k|1078k|9286 | 0.000000e+00 | 1.000000e+00 |    Inf 
1587.63/1587.69	c  1588s|780000 |  6337 |  3989k|   5.1 | 119M|2038 |  16 |5645 |  24k|5645 | 248 | 570k|1095k|9339 | 0.000000e+00 | 1.000000e+00 |    Inf 
1608.83/1608.87	c  1609s|790000 |  6285 |  4041k|   5.1 | 118M|2038 |   - |5645 |  22k|   0 |   0 | 576k|1111k|9383 | 0.000000e+00 | 1.000000e+00 |    Inf 
1631.34/1631.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1631.34/1631.37	c  1631s|800000 |  6290 |  4104k|   5.1 | 119M|2038 |   1 |5645 |  23k|5645 | 226 | 585k|1127k|9431 | 0.000000e+00 | 1.000000e+00 |    Inf 
1652.63/1652.66	c  1653s|810000 |  6331 |  4151k|   5.1 | 120M|2038 |   - |5645 |  23k|   0 |   0 | 592k|1142k|9476 | 0.000000e+00 | 1.000000e+00 |    Inf 
1674.03/1674.01	c  1674s|820000 |  6340 |  4207k|   5.1 | 120M|2038 |   9 |5645 |  24k|5645 | 229 | 600k|1158k|9523 | 0.000000e+00 | 1.000000e+00 |    Inf 
1695.43/1695.48	c  1695s|830000 |  6342 |  4262k|   5.1 | 120M|2038 |   1 |5645 |  24k|5645 | 222 | 606k|1175k|9574 | 0.000000e+00 | 1.000000e+00 |    Inf 
1717.04/1717.03	c  1717s|840000 |  6122 |  4318k|   5.1 | 115M|2038 |   1 |5645 |  18k|5645 | 247 | 615k|1192k|9624 | 0.000000e+00 | 1.000000e+00 |    Inf 
1737.13/1737.16	c  1737s|850000 |  6055 |  4375k|   5.1 | 115M|2038 |   - |5645 |  19k|   0 |   0 | 623k|1208k|9668 | 0.000000e+00 | 1.000000e+00 |    Inf 
1757.53/1757.54	c  1758s|860000 |  6032 |  4428k|   5.1 | 114M|2038 |   - |5645 |  19k|   0 |   0 | 630k|1223k|9702 | 0.000000e+00 | 1.000000e+00 |    Inf 
1777.53/1777.53	c  1778s|870000 |  6027 |  4482k|   5.2 | 115M|2038 |  12 |5645 |  21k|5645 | 267 | 639k|1238k|9754 | 0.000000e+00 | 1.000000e+00 |    Inf 
1790.03/1790.01	c 
1790.03/1790.01	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.01	c Solving Time (sec) : 1789.98
1790.03/1790.01	c Solving Nodes      : 875867
1790.03/1790.01	c Primal Bound       : +1.00000000000000e+00 (233 solutions)
1790.03/1790.01	c Dual Bound         : +0.00000000000000e+00
1790.03/1790.01	c Gap                : infinite
1790.03/1790.09	s SATISFIABLE
1790.03/1790.09	v -x231 -x230 -x229 x228 -x227 -x226 -x225 -x224 -x223 -x222 x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 -x211 x210 
1790.03/1790.09	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 x196 -x195 -x194 -x193 -x192 -x191 -x190 -x189 
1790.03/1790.09	v -x188 -x187 -x186 -x185 x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 x173 -x172 -x171 -x170 -x169 -x168 
1790.03/1790.09	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 -x160 -x159 -x158 -x157 x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
1790.03/1790.09	v -x146 -x145 x144 -x143 -x142 -x141 -x140 -x139 x138 -x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 x129 -x128 -x127 -x126 -x125 
1790.03/1790.09	v -x124 -x123 -x122 -x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 x111 -x110 -x109 x108 -x107 -x106 -x105 -x104 
1790.03/1790.09	v -x103 -x102 -x101 -x100 -x99 x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 -x89 x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 -x80 
1790.03/1790.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 -x54 
1790.03/1790.09	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 
1790.03/1790.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 
1790.03/1790.09	v -x1 
1790.03/1790.09	c SCIP Status        : solving was interrupted [time limit reached]
1790.03/1790.09	c Solving Time       :    1789.98
1790.03/1790.09	c Original Problem   :
1790.03/1790.09	c   Problem name     : HOME/instance-2705069-1278578335.wbo
1790.03/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.09	c   Constraints      : 5415 initial, 5415 maximal
1790.03/1790.09	c Presolved Problem  :
1790.03/1790.09	c   Problem name     : t_HOME/instance-2705069-1278578335.wbo
1790.03/1790.09	c   Variables        : 5645 (2938 binary, 0 integer, 2707 implicit integer, 0 continuous)
1790.03/1790.09	c   Constraints      : 5414 initial, 27011 maximal
1790.03/1790.09	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1790.03/1790.09	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   implics          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   probing          :       0.03          0          0          0          0          0          0          0          0
1790.03/1790.09	c   linear           :       0.02          0          0          0       2707          0          1          0          0
1790.03/1790.09	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0
1790.03/1790.09	c   root node        :          -       5414          -          -       5414          -          -          -          -
1790.03/1790.09	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.09	c   integral         :          0          0          0     562403          0         21        769          0          0     920428
1790.03/1790.09	c   linear           :       2707          6    4753478     101142          1     327132   22374460     644919          0          0
1790.03/1790.09	c   indicator        :       2707          0    1670969      64000          0        429    2931860          0          0          0
1790.03/1790.09	c   logicor          :          0+         0    1484608          0          0     105880    1936278          0          0          0
1790.03/1790.09	c   bounddisjunction :          0+         0     234710          0          0        493       4572          0          0          0
1790.03/1790.09	c   countsols        :          0          0          0      31706          1          0          0          0          0          0
1790.03/1790.09	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1790.03/1790.09	c   integral         :      15.50       0.00       0.00      15.50       0.00
1790.03/1790.09	c   linear           :     254.12       0.00     243.62      10.50       0.00
1790.03/1790.09	c   indicator        :      25.86       0.01      17.84       8.01       0.00
1790.03/1790.09	c   logicor          :     232.91       0.00     232.91       0.00       0.00
1790.03/1790.09	c   bounddisjunction :       1.36       0.00       1.36       0.00       0.00
1790.03/1790.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1790.03/1790.09	c Propagators        :       Time      Calls    Cutoffs    DomReds
1790.03/1790.09	c   vbounds          :       0.78      23169          5       4139
1790.03/1790.09	c   rootredcost      :       0.68         48          0       2707
1790.03/1790.09	c   pseudoobj        :     174.91    4761842       7457    2832480
1790.03/1790.09	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1790.03/1790.09	c   propagation      :      29.57     440962     440905    2954317       36.7      16726       29.6          -
1790.03/1790.09	c   infeasible LP    :       4.58      13858      13858     116715       44.3        145       21.3          0
1790.03/1790.09	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.09	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1790.03/1790.09	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1790.03/1790.09	c   applied globally :          -          -          -    1247623       27.8          -          -          -
1790.03/1790.09	c   applied locally  :          -          -          -          0        0.0          -          -          -
1790.03/1790.09	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1790.03/1790.09	c   cut pool         :       0.00          3          -          -          1          -    (maximal pool size: 73)
1790.03/1790.09	c   redcost          :      52.15     564565          0     149788          0          0
1790.03/1790.09	c   impliedbounds    :       0.00          4          0          0          0          0
1790.03/1790.09	c   intobj           :       0.00          0          0          0          0          0
1790.03/1790.09	c   cgmip            :       0.00          0          0          0          0          0
1790.03/1790.09	c   gomory           :       0.01          4          0          0        230          0
1790.03/1790.09	c   strongcg         :       0.01          4          0          0        215          0
1790.03/1790.09	c   cmir             :       0.01          4          0          0          0          0
1790.03/1790.09	c   flowcover        :       0.02          4          0          0          0          0
1790.03/1790.09	c   clique           :       0.00          1          0          0          0          0
1790.03/1790.09	c   zerohalf         :       0.00          0          0          0          0          0
1790.03/1790.09	c   mcf              :       0.00          1          0          0          0          0
1790.03/1790.09	c   rapidlearning    :       0.17          1          0          0          0          0
1790.03/1790.09	c Pricers            :       Time      Calls       Vars
1790.03/1790.09	c   problem variables:       0.00          0          0
1790.03/1790.09	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1790.03/1790.09	c   relpscost        :      15.10     460841         21        769          0          0     920428
1790.03/1790.09	c   pscost           :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   inference        :      15.23      31659          0          0          0          0      63414
1790.03/1790.09	c   mostinf          :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   leastinf         :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   fullstrong       :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   allfullstrong    :       0.00          0          0          0          0          0          0
1790.03/1790.09	c   random           :       0.00          0          0          0          0          0          0
1790.03/1790.09	c Primal Heuristics  :       Time      Calls      Found
1790.03/1790.09	c   LP solutions     :       0.08          -         48
1790.03/1790.09	c   pseudo solutions :       0.00          -          0
1790.03/1790.09	c   feaspump         :       0.00          0          0
1790.03/1790.09	c   intshifting      :       0.00          0          0
1790.03/1790.09	c   oneopt           :       0.43         46          0
1790.03/1790.09	c   guideddiving     :       0.16         62          0
1790.03/1790.09	c   linesearchdiving :       0.14         83          0
1790.03/1790.09	c   veclendiving     :       0.14         83          0
1790.03/1790.09	c   coefdiving       :       0.15         83          0
1790.03/1790.09	c   pscostdiving     :       0.14         83          0
1790.03/1790.09	c   fracdiving       :       0.14         83          0
1790.03/1790.09	c   crossover        :       1.86         45          6
1790.03/1790.09	c   rootsoldiving    :       0.16         80          0
1790.03/1790.09	c   objpscostdiving  :       0.16         80          0
1790.03/1790.09	c   trivial          :       0.07          2          2
1790.03/1790.09	c   simplerounding   :       0.65     461057          0
1790.03/1790.09	c   zirounding       :       0.40       1000          0
1790.03/1790.09	c   rounding         :       1.03       9553          0
1790.03/1790.09	c   shifting         :       0.58       3013          0
1790.03/1790.09	c   twoopt           :       0.00          0          0
1790.03/1790.09	c   fixandinfer      :       0.00          0          0
1790.03/1790.09	c   intdiving        :       0.00          0          0
1790.03/1790.09	c   actconsdiving    :       0.00          0          0
1790.03/1790.09	c   octane           :       0.00          0          0
1790.03/1790.09	c   rens             :       0.03          1          0
1790.03/1790.09	c   rins             :       0.00          0          0
1790.03/1790.09	c   localbranching   :       0.00          0          0
1790.03/1790.09	c   mutation         :       0.00          0          0
1790.03/1790.09	c   dins             :       0.00          0          0
1790.03/1790.09	c   undercover       :       0.00          0          0
1790.03/1790.09	c   nlp              :       0.14          0          0
1790.03/1790.09	c   trysol           :       0.48        281        177
1790.03/1790.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1790.03/1790.09	c   primal LP        :       0.00          0          0       0.00          -
1790.03/1790.09	c   dual LP          :     488.22     546838    4515590       8.26    9249.05
1790.03/1790.09	c   lex dual LP      :       0.00          0          0       0.00          -
1790.03/1790.09	c   barrier LP       :       0.00          0          0       0.00          -
1790.03/1790.09	c   diving/probing LP:       0.12         74        946      12.78    7736.98
1790.03/1790.09	c   strong branching :      11.66       9804     123447      12.59   10584.18
1790.03/1790.09	c     (at root node) :          -         32       1047      32.72          -
1790.03/1790.09	c   conflict analysis:       0.00          0          0       0.00          -
1790.03/1790.09	c B&B Tree           :
1790.03/1790.09	c   number of runs   :          1
1790.03/1790.09	c   nodes            :     875867
1790.03/1790.09	c   nodes (total)    :     875867
1790.03/1790.09	c   nodes left       :       6003
1790.03/1790.09	c   max depth        :       2038
1790.03/1790.09	c   max depth (total):       2038
1790.03/1790.09	c   backtracks       :      82646 (9.4%)
1790.03/1790.09	c   delayed cutoffs  :      76020
1790.03/1790.09	c   repropagations   :    2386803 (5154586 domain reductions, 71261 cutoffs)
1790.03/1790.09	c   avg switch length:       6.91
1790.03/1790.09	c   switching time   :     263.02
1790.03/1790.09	c Solution           :
1790.03/1790.09	c   Solutions found  :        233 (49 improvements)
1790.03/1790.09	c   First Solution   : +1.34313000000000e+05   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1790.03/1790.09	c   Primal Bound     : +1.00000000000000e+00   (in run 1, after 341162 nodes, 687.51 seconds, depth 46, found by <relaxation>)
1790.03/1790.09	c   Dual Bound       : +0.00000000000000e+00
1790.03/1790.09	c   Gap              :   infinite
1790.03/1790.09	c   Root Dual Bound  : +0.00000000000000e+00
1790.03/1790.09	c   Root Iterations  :        184
1790.23/1790.22	c Time complete: 1790.25.

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 21825
/proc/meminfo: memFree=28084268/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=12888 CPUtime=0
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 2018 0 0 0 0 0 0 0 21 0 1 0 26048261 13197312 1937 4089446400 4194304 10345943 140736270641328 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/21825/statm: 3222 1954 429 1502 0 1715 0

[startup+0.090587 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 21825
/proc/meminfo: memFree=28084268/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=38024 CPUtime=0.08
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 8449 0 0 0 8 0 0 0 21 0 1 0 26048261 38936576 8013 4089446400 4194304 10345943 140736270641328 18446744073709551615 6328947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38024

[startup+0.100574 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 21825
/proc/meminfo: memFree=28084268/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=38024 CPUtime=0.09
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 8449 0 0 0 9 0 0 0 21 0 1 0 26048261 38936576 8013 4089446400 4194304 10345943 140736270641328 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 9506 8013 509 1502 0 7999 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38024

[startup+0.300541 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 21825
/proc/meminfo: memFree=28084268/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=70108 CPUtime=0.29
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 16227 0 0 0 26 3 0 0 21 0 1 0 26048261 71790592 15791 4089446400 4194304 10345943 140736270641328 18446744073709551615 4687902 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 17527 15791 632 1502 0 16020 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70108

[startup+0.700476 s]
/proc/loadavg: 2.00 2.00 1.93 4/178 21825
/proc/meminfo: memFree=28084268/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=65268 CPUtime=0.69
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 16893 0 0 0 65 4 0 0 22 0 1 0 26048261 66834432 15052 4089446400 4194304 10345943 140736270641328 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 16317 15052 751 1502 0 14810 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65268

[startup+1.50034 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21826
/proc/meminfo: memFree=28026476/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=65268 CPUtime=1.49
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 16895 0 0 0 144 5 0 0 25 0 1 0 26048261 66834432 15054 4089446400 4194304 10345943 140736270641328 18446744073709551615 9194679 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 16317 15054 753 1502 0 14810 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65268

[startup+3.10103 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21826
/proc/meminfo: memFree=28026892/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=65268 CPUtime=3.09
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 16899 0 0 0 303 6 0 0 25 0 1 0 26048261 66834432 15058 4089446400 4194304 10345943 140736270641328 18446744073709551615 6921311 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 16317 15058 754 1502 0 14810 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65268

[startup+6.30048 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21826
/proc/meminfo: memFree=28026156/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=65268 CPUtime=6.29
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 19315 0 0 0 622 7 0 0 25 0 1 0 26048261 66834432 15085 4089446400 4194304 10345943 140736270641328 18446744073709551615 6803014 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 16317 15085 754 1502 0 14810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65268

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21827
/proc/meminfo: memFree=28009308/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=83716 CPUtime=12.69
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 28354 0 0 0 1260 9 0 0 25 0 1 0 26048261 85725184 19457 4089446400 4194304 10345943 140736270641328 18446744073709551615 6119553 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 20929 19457 754 1502 0 19422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83716

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 21855
/proc/meminfo: memFree=29765404/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=96408 CPUtime=25.49
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 32682 0 0 0 2537 12 0 0 25 0 1 0 26048261 98721792 22591 4089446400 4194304 10345943 140736270641328 18446744073709551615 6002418 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 24102 22591 761 1502 0 22595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96408

[startup+51.1005 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 21855
/proc/meminfo: memFree=29731356/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=117428 CPUtime=51.09
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 53396 0 0 0 5091 18 0 0 25 0 1 0 26048261 120246272 28054 4089446400 4194304 10345943 140736270641328 18446744073709551615 4476219 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 29357 28054 762 1502 0 27850 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117428

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 1.94 3/179 21857
/proc/meminfo: memFree=29574644/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=215140 CPUtime=102.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 117330 0 0 0 10194 36 0 0 25 0 1 0 26048261 220303360 51082 4089446400 4194304 10345943 140736270641328 18446744073709551615 4785947 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 53785 51082 767 1502 0 52278 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 215140

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.94 3/179 21859
/proc/meminfo: memFree=29451828/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=280664 CPUtime=162.29
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 188786 0 0 0 16171 58 0 0 25 0 1 0 26048261 287399936 67366 4089446400 4194304 10345943 140736270641328 18446744073709551615 4995709 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 70166 67366 775 1502 0 68659 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 280664

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/179 21860
/proc/meminfo: memFree=29363476/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=291252 CPUtime=222.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 221773 0 0 0 22148 82 0 0 25 0 1 0 26048261 298242048 69801 4089446400 4194304 10345943 140736270641328 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 72813 69801 795 1502 0 71306 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 291252

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/179 21862
/proc/meminfo: memFree=29244716/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=293572 CPUtime=282.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 246799 0 0 0 28126 104 0 0 25 0 1 0 26048261 300617728 70557 4089446400 4194304 10345943 140736270641328 18446744073709551615 5614823 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 73393 70557 795 1502 0 71886 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 293572

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21863
/proc/meminfo: memFree=29140372/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=300028 CPUtime=342.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 250209 0 0 0 34104 126 0 0 25 0 1 0 26048261 307228672 71968 4089446400 4194304 10345943 140736270641328 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 75007 71968 795 1502 0 73500 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 300028

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21865
/proc/meminfo: memFree=29118852/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=303004 CPUtime=402.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 251131 0 0 0 40088 142 0 0 25 0 1 0 26048261 310276096 72890 4089446400 4194304 10345943 140736270641328 18446744073709551615 6023234 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 75751 72890 795 1502 0 74244 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 303004

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21867
/proc/meminfo: memFree=29116696/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=304216 CPUtime=462.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 255725 0 0 0 46068 162 0 0 25 0 1 0 26048261 311517184 73152 4089446400 4194304 10345943 140736270641328 18446744073709551615 6555489 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 76054 73152 795 1502 0 74547 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 304216

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21868
/proc/meminfo: memFree=29097304/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=307488 CPUtime=522.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 256392 0 0 0 52050 180 0 0 25 0 1 0 26048261 314867712 73819 4089446400 4194304 10345943 140736270641328 18446744073709551615 6802981 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 76872 73819 795 1502 0 75365 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 307488

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/179 21870
/proc/meminfo: memFree=29080128/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=324912 CPUtime=582.3
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 268764 0 0 0 58030 200 0 0 25 0 1 0 26048261 332709888 78097 4089446400 4194304 10345943 140736270641328 18446744073709551615 6025827 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 81228 78097 795 1502 0 79721 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 324912

[startup+642.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/179 21871
/proc/meminfo: memFree=29079348/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=325144 CPUtime=642.31
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 268963 0 0 0 64014 217 0 0 25 0 1 0 26048261 332947456 78296 4089446400 4194304 10345943 140736270641328 18446744073709551615 6069871 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 81286 78296 795 1502 0 79779 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 325144

[startup+702.3 s]

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

/proc/meminfo: memFree=29072180/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=325616 CPUtime=1062.32
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 269985 0 0 0 105883 349 0 0 25 0 1 0 26048261 333430784 78770 4089446400 4194304 10345943 140736270641328 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 81404 78770 796 1502 0 79897 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 325616

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/179 21884
/proc/meminfo: memFree=29068756/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=328632 CPUtime=1122.31
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 272329 0 0 0 111866 365 0 0 25 0 1 0 26048261 336519168 79394 4089446400 4194304 10345943 140736270641328 18446744073709551615 5614700 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/21825/statm: 82158 79394 796 1502 0 80651 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 328632

[startup+1182.3 s]
/proc/loadavg: 2.06 2.01 1.96 3/179 21886
/proc/meminfo: memFree=29066480/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=329768 CPUtime=1182.32
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 272605 0 0 0 117850 382 0 0 25 0 1 0 26048261 337682432 79670 4089446400 4194304 10345943 140736270641328 18446744073709551615 4215506 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 82442 79670 796 1502 0 80935 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 329768

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21887
/proc/meminfo: memFree=29065552/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=330168 CPUtime=1242.32
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 272713 0 0 0 123833 399 0 0 25 0 1 0 26048261 338092032 79778 4089446400 4194304 10345943 140736270641328 18446744073709551615 6017651 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 82542 79778 796 1502 0 81035 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 330168

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 1.96 3/179 21889
/proc/meminfo: memFree=29064376/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=330780 CPUtime=1302.32
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 272926 0 0 0 129816 416 0 0 25 0 1 0 26048261 338718720 79991 4089446400 4194304 10345943 140736270641328 18446744073709551615 5085356 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 82695 79991 796 1502 0 81188 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 330780

[startup+1362.3 s]
/proc/loadavg: 2.02 2.01 1.96 3/179 21900
/proc/meminfo: memFree=29063596/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=331196 CPUtime=1362.32
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 272990 0 0 0 135799 433 0 0 25 0 1 0 26048261 339144704 80055 4089446400 4194304 10345943 140736270641328 18446744073709551615 4212608 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 82799 80055 796 1502 0 81292 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 331196

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/179 21901
/proc/meminfo: memFree=29062804/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=332572 CPUtime=1422.33
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 273197 0 0 0 141786 447 0 0 25 0 1 0 26048261 340553728 80262 4089446400 4194304 10345943 140736270641328 18446744073709551615 6068889 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 83143 80262 796 1502 0 81636 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 332572

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21903
/proc/meminfo: memFree=29061380/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=334812 CPUtime=1482.33
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 273658 0 0 0 147769 464 0 0 25 0 1 0 26048261 342847488 80723 4089446400 4194304 10345943 140736270641328 18446744073709551615 5026474 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 83703 80723 796 1502 0 82196 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 334812

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21904
/proc/meminfo: memFree=29056208/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=338176 CPUtime=1542.33
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 278585 0 0 0 153754 479 0 0 25 0 1 0 26048261 346292224 81634 4089446400 4194304 10345943 140736270641328 18446744073709551615 6068924 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 84544 81634 796 1502 0 83037 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 338176

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21906
/proc/meminfo: memFree=29054412/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=339256 CPUtime=1602.33
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279001 0 0 0 159737 496 0 0 25 0 1 0 26048261 347398144 82050 4089446400 4194304 10345943 140736270641328 18446744073709551615 5026410 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 84814 82050 796 1502 0 83307 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 339256

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/179 21908
/proc/meminfo: memFree=29053344/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=340664 CPUtime=1662.33
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279284 0 0 0 165720 513 0 0 25 0 1 0 26048261 348839936 82333 4089446400 4194304 10345943 140736270641328 18446744073709551615 5085432 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85166 82333 796 1502 0 83659 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 340664

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/179 21909
/proc/meminfo: memFree=29051556/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=342720 CPUtime=1722.33
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279677 0 0 0 171704 529 0 0 25 0 1 0 26048261 350945280 82726 4089446400 4194304 10345943 140736270641328 18446744073709551615 4217170 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85680 82726 796 1502 0 84173 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 342720

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29051240/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1782.34
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279863 0 0 0 177688 546 0 0 25 0 1 0 26048261 351621120 82912 4089446400 4194304 10345943 140736270641328 18446744073709551615 4469734 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82912 796 1502 0 84338 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 343380

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

[startup+1785.5 s]
/proc/loadavg: 2.03 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29051116/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1785.53
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279865 0 0 0 178006 547 0 0 25 0 1 0 26048261 351621120 82914 4089446400 4194304 10345943 140736270641328 18446744073709551615 6307510 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82914 796 1502 0 84338 0
Current children cumulated CPU time (s) 1785.53
Current children cumulated vsize (KiB) 343380

[startup+1788.7 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29050980/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1788.73
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279865 0 0 0 178325 548 0 0 25 0 1 0 26048261 351621120 82914 4089446400 4194304 10345943 140736270641328 18446744073709551615 5614585 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82914 796 1502 0 84338 0
Current children cumulated CPU time (s) 1788.73
Current children cumulated vsize (KiB) 343380

[startup+1789.5 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29050980/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1789.53
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279869 0 0 0 178405 548 0 0 25 0 1 0 26048261 351621120 82918 4089446400 4194304 10345943 140736270641328 18446744073709551615 5085381 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82918 796 1502 0 84338 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 343380

[startup+1789.9 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29050980/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1789.93
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279869 0 0 0 178445 548 0 0 25 0 1 0 26048261 351621120 82918 4089446400 4194304 10345943 140736270641328 18446744073709551615 7508021 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82918 796 1502 0 84338 0
Current children cumulated CPU time (s) 1789.93
Current children cumulated vsize (KiB) 343380

[startup+1790.1 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29050980/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1790.13
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279870 0 0 0 178465 548 0 0 25 0 1 0 26048261 351621120 82919 4089446400 4194304 10345943 140736270641328 18446744073709551615 4220138 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82919 797 1502 0 84338 0
Current children cumulated CPU time (s) 1790.13
Current children cumulated vsize (KiB) 343380

[startup+1790.2 s]
/proc/loadavg: 2.02 2.01 1.97 3/179 21911
/proc/meminfo: memFree=29050980/32951124 swapFree=67111528/67111528
[pid=21825] ppid=21823 vsize=343380 CPUtime=1790.23
/proc/21825/stat : 21825 (pbscip.linux.x8) R 21823 21825 21384 0 -1 4202496 279870 0 0 0 178475 548 0 0 25 0 1 0 26048261 351621120 82919 4089446400 4194304 10345943 140736270641328 18446744073709551615 6324963 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/21825/statm: 85845 82919 797 1502 0 84338 0
Current children cumulated CPU time (s) 1790.23
Current children cumulated vsize (KiB) 343380

Child status: 0
Real time (s): 1790.22
CPU time (s): 1790.26
CPU user time (s): 1784.76
CPU system time (s): 5.49816
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 343380

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

runsolver used 3.13552 second user time and 6.63999 second system time

The end

Launcher Data

Begin job on node108 at 2010-07-08 10:38:55
IDJOB=2705069
IDBENCH=79286
IDSOLVER=1214
FILE ID=node108/2705069-1278578335
PBS_JOBID= 11240238
Free space on /tmp= 73464 MiB

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

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

MD5SUM BENCH= ce7c3a365231565303f31d834d531ee5
RANDOM SEED=1165751902

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28084672 kB
Buffers:        153336 kB
Cached:        2669712 kB
SwapCached:          0 kB
Active:        3621508 kB
Inactive:      1091728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28084672 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12852 kB
Writeback:           0 kB
AnonPages:     1890196 kB
Mapped:          17540 kB
Slab:            85616 kB
PageTables:       8320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2078412 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= 73456 MiB
End job on node108 at 2010-07-08 11:08:46