Trace number 1870424

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)SAT (TO)-52 1800.41 1801.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_10_5.opb
MD5SUM2585c1015aa6228da840b6f61adc6732
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-52
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -52
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint10
Maximum length of a constraint22
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2528
Sum of products size (including duplicates)5056
Number of different products1264
Sum of products size2528

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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1870424-1245203124.opb>
0.00/0.02	c original problem has 1464 variables (1464 bin, 0 int, 0 impl, 0 cont) and 1464 constraints
0.00/0.03	c start presolving problem
0.00/0.03	c presolving:
0.09/0.17	c (round 1) 1264 del vars, 200 del conss, 1264 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5056 impls, 0 clqs
0.29/0.32	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.32	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.29/0.32	c presolving (2 rounds):
0.29/0.32	c  1264 deleted vars, 200 deleted constraints, 1264 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.29/0.32	c  7584 implications, 0 cliques
0.29/0.32	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 1264 constraints
0.29/0.32	c    1264 constraints of type <and>
0.29/0.32	c transformed objective value is always integral (scale: 1)
0.29/0.32	c Presolving Time: 0.14
0.29/0.32	c OPT-NLC
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/memory = c 1620
0.29/0.32	c # maximal time in seconds to run
0.29/0.32	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.32	c limits/time = c 1791
0.29/0.32	c # frequency for displaying node information lines
0.29/0.32	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.32	c display/freq = c 10000
0.29/0.32	c -----------------------------------------------------------------------------------------------
0.29/0.32	c start solving problem
0.29/0.32	c 
0.29/0.35	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.35	c   0.2s|     1 |     0 |   227 |5166k|   0 | 200 | 200 |1264 |1264 | 200 |1264 |   0 |   0 |   0 |-1.000000e+02 |      --      |    Inf 
0.29/0.35	o -32
0.29/0.35	c R 0.2s|     1 |     0 |   227 |5171k|   0 | 200 | 200 |1264 |1264 | 200 |1264 |   0 |   0 |   0 |-1.000000e+02 |-3.200000e+01 |  68.00%
0.39/0.40	c   0.2s|     1 |     0 |   289 |5179k|   0 | 193 | 200 |1264 |1264 | 200 |1273 |   9 |   0 |   0 |-9.650000e+01 |-3.200000e+01 |  66.84%
0.39/0.46	c   0.3s|     1 |     0 |   335 |5182k|   0 | 189 | 200 |1264 |1264 | 200 |1280 |  16 |   0 |   0 |-9.450000e+01 |-3.200000e+01 |  66.14%
0.49/0.55	c   0.3s|     1 |     0 |   478 |5189k|   0 | 184 | 200 |1264 |1264 | 200 |1287 |  23 |   0 |   0 |-9.200000e+01 |-3.200000e+01 |  65.22%
0.49/0.55	o -34
0.49/0.55	c R 0.3s|     1 |     0 |   478 |5191k|   0 | 184 | 200 |1264 |1264 | 200 |1287 |  23 |   0 |   0 |-9.200000e+01 |-3.400000e+01 |  63.04%
0.59/0.62	c   0.4s|     1 |     0 |   555 |5195k|   0 | 180 | 200 |1264 |1264 | 200 |1294 |  30 |   0 |   0 |-9.000000e+01 |-3.400000e+01 |  62.22%
0.59/0.69	c   0.5s|     1 |     0 |   579 |5199k|   0 | 180 | 200 |1264 |1264 | 200 |1301 |  37 |   0 |   0 |-9.000000e+01 |-3.400000e+01 |  62.22%
0.69/0.79	c   0.6s|     1 |     0 |   679 |5205k|   0 | 178 | 200 |1264 |1264 | 200 |1309 |  45 |   0 |   0 |-8.900000e+01 |-3.400000e+01 |  61.80%
0.69/0.79	o -36
0.69/0.79	c R 0.6s|     1 |     0 |   679 |5208k|   0 | 178 | 200 |1264 |1264 | 200 |1309 |  45 |   0 |   0 |-8.900000e+01 |-3.600000e+01 |  59.55%
0.78/0.89	c   0.7s|     1 |     0 |   776 |5212k|   0 | 182 | 200 |1264 |1264 | 200 |1314 |  50 |   0 |   0 |-8.816667e+01 |-3.600000e+01 |  59.17%
0.99/1.01	c   0.8s|     1 |     0 |   873 |5249k|   0 | 174 | 200 |1264 |1264 | 200 |1321 |  57 |   0 |   0 |-8.700000e+01 |-3.600000e+01 |  58.62%
1.19/1.20	c   1.0s|     1 |     0 |  1049 |5261k|   0 | 172 | 200 |1264 |1264 | 200 |1327 |  63 |   0 |   0 |-8.600000e+01 |-3.600000e+01 |  58.14%
1.29/1.39	c   1.2s|     1 |     0 |  1247 |5275k|   0 | 170 | 200 |1264 |1264 | 200 |1333 |  69 |   0 |   0 |-8.500000e+01 |-3.600000e+01 |  57.65%
1.49/1.50	c   1.3s|     1 |     0 |  1376 |5280k|   0 | 168 | 200 |1264 |1264 | 200 | 419 |  77 |   0 |   0 |-8.400000e+01 |-3.600000e+01 |  57.14%
1.49/1.58	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1.49/1.58	c   1.3s|     1 |     0 |  1569 |5292k|   0 | 170 | 200 |1264 |1264 | 200 | 427 |  85 |   0 |   0 |-8.300000e+01 |-3.600000e+01 |  56.63%
1.59/1.63	c   1.4s|     1 |     0 |  1723 |5299k|   0 | 185 | 200 |1264 |1264 | 200 | 440 |  98 |   0 |   0 |-8.200000e+01 |-3.600000e+01 |  56.10%
1.69/1.72	c   1.5s|     1 |     0 |  1885 |5688k|   0 | 175 | 200 |1264 |1264 | 200 | 502 | 160 |   0 |   0 |-8.100000e+01 |-3.600000e+01 |  55.56%
1.79/1.82	c   1.6s|     1 |     0 |  2141 |5759k|   0 | 162 | 200 |1264 |1264 | 200 | 518 | 176 |   0 |   0 |-8.025000e+01 |-3.600000e+01 |  55.14%
1.89/1.91	c   1.7s|     1 |     0 |  2280 |5794k|   0 | 187 | 200 |1264 |1264 | 200 | 529 | 187 |   0 |   0 |-7.986364e+01 |-3.600000e+01 |  54.92%
1.99/2.06	c   1.8s|     1 |     0 |  2453 |6152k|   0 | 182 | 200 |1264 |1264 | 200 | 480 | 240 |   0 |   0 |-7.900000e+01 |-3.600000e+01 |  54.43%
2.20/2.21	c   2.0s|     1 |     0 |  2695 |7147k|   0 | 189 | 200 |1264 |1264 | 200 | 497 | 257 |   0 |   0 |-7.781633e+01 |-3.600000e+01 |  53.74%
2.39/2.41	c   2.2s|     1 |     0 |  2930 |8453k|   0 | 183 | 200 |1264 |1264 | 200 | 596 | 356 |   0 |   0 |-7.668750e+01 |-3.600000e+01 |  53.06%
2.49/2.58	c   2.3s|     1 |     0 |  3145 |9403k|   0 | 197 | 200 |1264 |1264 | 200 | 617 | 377 |   0 |   0 |-7.595312e+01 |-3.600000e+01 |  52.60%
2.69/2.73	c   2.5s|     1 |     0 |  3447 |9904k|   0 | 196 | 200 |1264 |1264 | 200 | 654 | 414 |   0 |   0 |-7.473692e+01 |-3.600000e+01 |  51.83%
2.79/2.88	c   2.6s|     1 |     0 |  3661 |  10M|   0 | 199 | 200 |1264 |1264 | 200 | 675 | 435 |   0 |   0 |-7.413233e+01 |-3.600000e+01 |  51.44%
2.99/3.07	c   2.8s|     1 |     0 |  3945 |  11M|   0 | 197 | 200 |1264 |1264 | 200 | 581 | 450 |   0 |   0 |-7.295283e+01 |-3.600000e+01 |  50.65%
3.20/3.22	c   3.0s|     1 |     0 |  4181 |  11M|   0 | 194 | 200 |1264 |1264 | 200 | 608 | 477 |   0 |   0 |-7.247422e+01 |-3.600000e+01 |  50.33%
3.30/3.34	c   3.1s|     1 |     0 |  4328 |  11M|   0 | 198 | 200 |1264 |1264 | 200 | 627 | 496 |   0 |   0 |-7.222306e+01 |-3.600000e+01 |  50.15%
3.39/3.47	c   3.2s|     1 |     0 |  4485 |  12M|   0 | 198 | 200 |1264 |1264 | 200 | 638 | 507 |   0 |   0 |-7.186102e+01 |-3.600000e+01 |  49.90%
3.59/3.61	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
3.59/3.61	c   3.3s|     1 |     0 |  4617 |  12M|   0 | 198 | 200 |1264 |1264 | 200 | 651 | 520 |   0 |   0 |-7.157658e+01 |-3.600000e+01 |  49.70%
3.69/3.72	c   3.5s|     1 |     0 |  4704 |  12M|   0 | 198 | 200 |1264 |1264 | 200 | 661 | 530 |   0 |   0 |-7.148821e+01 |-3.600000e+01 |  49.64%
3.79/3.84	c   3.6s|     1 |     0 |  4795 |  12M|   0 | 199 | 200 |1264 |1264 | 200 | 477 | 541 |   0 |   0 |-7.138698e+01 |-3.600000e+01 |  49.57%
3.89/3.92	c   3.6s|     1 |     0 |  4858 |  12M|   0 | 199 | 200 |1264 |1264 | 200 | 484 | 548 |   0 |   0 |-7.133230e+01 |-3.600000e+01 |  49.53%
3.89/3.99	c   3.7s|     1 |     0 |  4885 |  12M|   0 | 199 | 200 |1264 |1264 | 200 | 493 | 557 |   0 |   0 |-7.132264e+01 |-3.600000e+01 |  49.53%
3.98/4.06	c   3.8s|     1 |     0 |  4894 |  12M|   0 | 199 | 200 |1264 |1264 | 200 | 495 | 559 |   0 |   0 |-7.131898e+01 |-3.600000e+01 |  49.52%
4.08/4.13	c   3.9s|     1 |     0 |  4896 |  12M|   0 | 199 | 200 |1264 |1264 | 200 | 496 | 560 |   0 |   0 |-7.131896e+01 |-3.600000e+01 |  49.52%
6.69/6.72	c   6.4s|     1 |     2 |  4896 |  12M|   0 | 199 | 200 |1264 |1264 | 200 | 496 | 560 |   0 |  36 |-7.131896e+01 |-3.600000e+01 |  49.52%
9.69/9.70	o -42
9.69/9.70	c * 9.3s|    18 |    15 |  6362 |  12M|  17 |   - | 200 |1264 |  90 | 200 | 385 |1080 |   0 | 337 |-7.080896e+01 |-4.200000e+01 |  40.69%
9.79/9.81	o -43
9.79/9.81	c * 9.4s|    26 |    15 |  6438 |  12M|  18 |   - | 200 |1264 | 107 | 200 | 390 |1108 |   0 | 405 |-7.080896e+01 |-4.300000e+01 |  39.27%
9.79/9.89	o -44
9.79/9.89	c * 9.5s|    30 |    14 |  6521 |  12M|  18 |   - | 200 |1264 |  88 | 200 | 386 |1119 |   0 | 446 |-7.080896e+01 |-4.400000e+01 |  37.86%
10.09/10.20	o -45
10.09/10.20	c * 9.8s|    44 |    12 |  6834 |  12M|  18 |   - | 200 |1264 | 114 | 200 | 396 |1233 |   0 | 587 |-7.080896e+01 |-4.500000e+01 |  36.45%
15.49/15.51	o -46
15.49/15.51	c *15.0s|   153 |    60 | 12781 |  13M|  19 |   - | 200 |1264 | 161 | 200 | 412 |3393 |   0 |1473 |-7.052738e+01 |-4.600000e+01 |  34.78%
16.58/16.68	o -47
16.58/16.68	c *16.1s|   224 |   107 | 17825 |  13M|  19 |   - | 200 |1264 | 128 | 200 | 397 |5118 |   0 |1508 |-7.009009e+01 |-4.700000e+01 |  32.94%
16.98/17.04	o -48
16.98/17.04	c *16.5s|   278 |   123 | 20043 |  13M|  19 |   - | 200 |1264 | 137 | 200 | 395 |5805 |   0 |1512 |-7.009009e+01 |-4.800000e+01 |  31.52%
38.07/38.16	o -49
38.07/38.16	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.07/38.16	c c37.2s|  2207 |   983 |153248 |  14M|  37 |   - | 200 |1264 | 216 | 200 | 386 |  31k|   0 |1612 |-6.646462e+01 |-4.900000e+01 |  26.28%
69.57/69.69	o -51
69.57/69.69	c *68.0s|  5714 |  2087 |368559 |  16M|  37 |   - | 200 |1264 | 188 | 200 | 376 |  72k|   0 |1612 |-6.525000e+01 |-5.100000e+01 |  21.84%
101.86/101.91	c  99.5s| 10000 |  3331 |581244 |  19M|  37 |   - | 200 |1264 | 316 | 200 | 394 | 111k|   0 |1883 |-6.447423e+01 |-5.100000e+01 |  20.90%
155.83/155.94	o -52
155.83/155.94	c * 152s| 18405 |  4251 |930859 |  21M|  40 |   - | 200 |1264 | 181 | 200 | 431 | 170k|   0 |2426 |-6.364286e+01 |-5.200000e+01 |  18.29%
164.33/164.47	c   161s| 20000 |  4438 |984334 |  21M|  40 | 115 | 200 |1264 | 619 | 200 | 399 | 178k|   0 |2539 |-6.355093e+01 |-5.200000e+01 |  18.18%
213.71/213.85	c   209s| 30000 |  5536 |  1304k|  24M|  40 |   - | 200 |1264 | 303 | 200 | 431 | 228k|   0 |3068 |-6.307143e+01 |-5.200000e+01 |  17.55%
260.99/261.12	c   255s| 40000 |  6670 |  1612k|  26M|  42 |   - | 200 |1264 | 335 | 200 | 438 | 273k|   0 |3528 |-6.275000e+01 |-5.200000e+01 |  17.13%
303.68/303.87	c   297s| 50000 |  7522 |  1894k|  28M|  48 |  86 | 200 |1264 | 314 | 200 | 406 | 308k|   0 |3882 |-6.250000e+01 |-5.200000e+01 |  16.80%
348.67/348.90	c   341s| 60000 |  8408 |  2190k|  30M|  48 | 105 | 200 |1264 | 329 | 200 | 412 | 350k|   0 |4224 |-6.225000e+01 |-5.200000e+01 |  16.47%
396.55/396.76	c   388s| 70000 |  9400 |  2507k|  32M|  48 |   - | 200 |1264 | 393 | 200 | 439 | 392k|   0 |4590 |-6.200000e+01 |-5.200000e+01 |  16.13%
440.52/440.76	c   430s| 80000 | 10294 |  2802k|  34M|  48 |   - | 200 |1264 | 340 | 200 | 454 | 434k|   0 |4921 |-6.190000e+01 |-5.200000e+01 |  15.99%
484.31/484.54	c   473s| 90000 | 11106 |  3093k|  36M|  48 |   - | 200 |1264 | 307 | 200 | 409 | 471k|   0 |5233 |-6.169697e+01 |-5.200000e+01 |  15.72%
529.29/529.54	c   517s|100000 | 11990 |  3391k|  38M|  48 |   - | 200 |1264 | 297 | 200 | 408 | 513k|   0 |5526 |-6.150000e+01 |-5.200000e+01 |  15.45%
571.78/572.01	c   559s|110000 | 12814 |  3675k|  40M|  48 |   - | 200 |1264 | 310 | 200 | 401 | 554k|   0 |5783 |-6.150000e+01 |-5.200000e+01 |  15.45%
615.86/616.16	c   602s|120000 | 13602 |  3973k|  42M|  48 |   - | 200 |1264 | 384 | 200 | 409 | 591k|   0 |6025 |-6.132500e+01 |-5.200000e+01 |  15.21%
658.94/659.27	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.94/659.27	c   644s|130000 | 14398 |  4261k|  44M|  48 |   - | 200 |1264 | 317 | 200 | 430 | 630k|   0 |6300 |-6.121429e+01 |-5.200000e+01 |  15.05%
700.83/701.10	c   685s|140000 | 15100 |  4539k|  46M|  48 |  97 | 200 |1264 | 370 | 200 | 422 | 664k|   0 |6562 |-6.108333e+01 |-5.200000e+01 |  14.87%
741.51/741.83	c   724s|150000 | 15826 |  4815k|  48M|  48 |   - | 200 |1264 | 304 | 200 | 395 | 701k|   0 |6762 |-6.100000e+01 |-5.200000e+01 |  14.75%
781.30/781.61	c   763s|160000 | 16412 |  5082k|  49M|  48 |   - | 200 |1264 | 308 | 200 | 415 | 737k|   0 |6996 |-6.100000e+01 |-5.200000e+01 |  14.75%
821.39/821.71	c   802s|170000 | 17130 |  5352k|  51M|  50 |   - | 200 |1264 | 327 | 200 | 386 | 773k|   0 |7213 |-6.099209e+01 |-5.200000e+01 |  14.74%
861.57/861.96	c   842s|180000 | 17616 |  5624k|  52M|  50 |   - | 200 |1264 | 296 | 200 | 401 | 807k|   0 |7412 |-6.086667e+01 |-5.200000e+01 |  14.57%
902.26/902.60	c   881s|190000 | 18220 |  5897k|  54M|  50 |   - | 200 |1264 | 349 | 200 | 415 | 841k|   0 |7628 |-6.076596e+01 |-5.200000e+01 |  14.43%
942.63/943.07	c   921s|200000 | 18762 |  6170k|  55M|  50 |   - | 200 |1264 | 266 | 200 | 430 | 875k|   0 |7772 |-6.072727e+01 |-5.200000e+01 |  14.37%
983.92/984.40	c   961s|210000 | 19268 |  6444k|  57M|  50 |   - | 200 |1264 | 323 | 200 | 412 | 907k|   0 |8012 |-6.064865e+01 |-5.200000e+01 |  14.26%
1023.67/1024.13	c  1000s|220000 | 19704 |  6712k|  58M|  50 |   - | 200 |1264 | 339 | 200 | 432 | 940k|   0 |8215 |-6.058333e+01 |-5.200000e+01 |  14.17%
1063.26/1063.73	c  1038s|230000 | 20266 |  6982k|  59M|  50 |  97 | 200 |1264 | 478 | 200 | 379 | 973k|   0 |8351 |-6.050000e+01 |-5.200000e+01 |  14.05%
1101.74/1102.22	c  1076s|240000 | 20878 |  7243k|  61M|  50 | 102 | 200 |1264 | 346 | 200 | 388 |1011k|   0 |8498 |-6.050000e+01 |-5.200000e+01 |  14.05%
1139.72/1140.24	c  1113s|250000 | 21376 |  7501k|  62M|  50 |   - | 200 |1264 | 383 | 200 | 436 |1047k|   0 |8681 |-6.050000e+01 |-5.200000e+01 |  14.05%
1178.71/1179.22	c  1151s|260000 | 21790 |  7767k|  63M|  50 |   - | 200 |1264 | 262 | 200 | 455 |1084k|   0 |8906 |-6.050000e+01 |-5.200000e+01 |  14.05%
1220.50/1221.04	c  1192s|270000 | 22410 |  8050k|  65M|  50 | 112 | 200 |1264 | 412 | 200 | 426 |1120k|   0 |9080 |-6.040909e+01 |-5.200000e+01 |  13.92%
1262.57/1263.17	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1262.57/1263.17	c  1233s|280000 | 22898 |  8334k|  66M|  50 | 105 | 200 |1264 | 439 | 200 | 447 |1153k|   0 |9260 |-6.031845e+01 |-5.200000e+01 |  13.79%
1303.86/1304.44	c  1273s|290000 | 23386 |  8611k|  68M|  50 |   - | 200 |1264 | 301 | 200 | 452 |1185k|   0 |9410 |-6.025000e+01 |-5.200000e+01 |  13.69%
1344.24/1344.84	c  1312s|300000 | 23880 |  8884k|  69M|  50 |   - | 200 |1264 | 374 | 200 | 405 |1218k|   0 |9558 |-6.020000e+01 |-5.200000e+01 |  13.62%
1385.73/1386.39	c  1353s|310000 | 24342 |  9163k|  70M|  50 |  99 | 200 |1264 | 351 | 200 | 423 |1250k|   0 |9725 |-6.012800e+01 |-5.200000e+01 |  13.52%
1426.12/1426.75	c  1392s|320000 | 24772 |  9438k|  71M|  50 |   - | 200 |1264 | 375 | 200 | 421 |1281k|   0 |9879 |-6.005882e+01 |-5.200000e+01 |  13.42%
1467.00/1467.65	c  1432s|330000 | 25254 |  9716k|  73M|  50 |  90 | 200 |1264 | 365 | 200 | 441 |1315k|   0 |  10k|-6.000000e+01 |-5.200000e+01 |  13.33%
1505.39/1506.04	c  1470s|340000 | 25704 |  9980k|  74M|  50 |   - | 200 |1264 | 292 | 200 | 419 |1353k|   0 |  10k|-6.000000e+01 |-5.200000e+01 |  13.33%
1545.27/1545.92	c  1509s|350000 | 26158 | 10252k|  75M|  50 |   - | 200 |1264 | 315 | 200 | 397 |1392k|   0 |  10k|-6.000000e+01 |-5.200000e+01 |  13.33%
1584.56/1585.23	c  1547s|360000 | 26650 | 10524k|  76M|  50 |  91 | 200 |1264 | 331 | 200 | 403 |1430k|   0 |  10k|-6.000000e+01 |-5.200000e+01 |  13.33%
1623.84/1624.59	c  1585s|370000 | 27114 | 10791k|  78M|  50 |   - | 200 |1264 | 318 | 200 | 417 |1465k|   0 |  10k|-6.000000e+01 |-5.200000e+01 |  13.33%
1665.83/1666.52	c  1626s|380000 | 27608 | 11075k|  79M|  50 | 109 | 200 |1264 | 439 | 200 | 417 |1497k|   0 |  10k|-5.990000e+01 |-5.200000e+01 |  13.19%
1707.81/1708.58	c  1668s|390000 | 28116 | 11361k|  80M|  50 |  94 | 200 |1264 | 353 | 200 | 424 |1532k|   0 |  10k|-5.980000e+01 |-5.200000e+01 |  13.04%
1747.20/1747.92	c  1706s|400000 | 28522 | 11627k|  82M|  50 |  87 | 200 |1264 | 390 | 200 | 415 |1563k|   0 |  11k|-5.975000e+01 |-5.200000e+01 |  12.97%
1786.79/1787.58	c  1745s|410000 | 28846 | 11894k|  82M|  50 |   - | 200 |1264 | 392 | 200 | 443 |1597k|   0 |  11k|-5.972727e+01 |-5.200000e+01 |  12.94%
1800.08/1800.80	c 
1800.08/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.80	c Solving Time (sec) : 1757.51
1800.08/1800.80	c Solving Nodes      : 413189
1800.08/1800.80	c Primal Bound       : -5.20000000000000e+01 (14 solutions)
1800.08/1800.80	c Dual Bound         : -5.97021276595745e+01
1800.08/1800.80	c Gap                : 12.90 %
1800.08/1800.80	c NODE         413189
1800.08/1800.80	c DUAL BOUND   -59.7021
1800.08/1800.80	c PRIMAL BOUND -52
1800.08/1800.80	c GAP          0.129009
1800.08/1800.80	s SATISFIABLE
1800.08/1800.80	v x200 -x199 -x198 -x197 -x196 x195 x194 -x193 x192 -x191 x190 x189 x188 x187 -x186 x185 x184 x183 x182 -x181 x180 -x179 -x178 -x177 
1800.08/1800.80	v -x176 -x175 x174 -x173 -x172 -x171 -x170 x169 x168 -x167 x166 -x165 x164 -x163 x162 -x161 x160 -x159 x158 -x157 -x156 x155 
1800.08/1800.80	v -x154 -x153 -x152 -x151 -x150 -x149 -x148 x147 -x146 -x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 
1800.08/1800.80	v x133 x132 -x131 -x130 x129 -x128 x127 x126 -x125 -x124 -x123 -x122 -x121 -x120 x119 -x118 -x117 -x116 x115 -x114 -x113 -x112 
1800.08/1800.80	v x111 -x110 -x109 -x108 -x107 -x106 -x105 -x104 -x103 x102 -x101 -x100 -x99 -x98 -x97 -x96 x95 -x94 -x93 -x92 -x91 x90 -x89 -x88 
1800.08/1800.80	v x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 x79 x78 x77 -x76 -x75 -x74 -x73 -x72 -x71 x70 -x69 x68 -x67 x66 -x65 -x64 -x63 -x62 
1800.08/1800.80	v -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 x53 -x52 x51 x50 -x49 x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 x37 -x36 
1800.08/1800.80	v x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 x27 -x26 x25 -x24 x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 
1800.08/1800.80	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.08/1800.80	c SCIP Status        : solving was interrupted [user interrupt]
1800.08/1800.80	c Solving Time       :    1757.51
1800.08/1800.80	c Original Problem   :
1800.08/1800.80	c   Problem name     : HOME/instance-1870424-1245203124.opb
1800.08/1800.80	c   Variables        : 1464 (1464 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.81	c   Constraints      : 1464 initial, 1464 maximal
1800.08/1800.81	c Presolved Problem  :
1800.08/1800.81	c   Problem name     : t_HOME/instance-1870424-1245203124.opb
1800.08/1800.81	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.08/1800.81	c   Constraints      : 1264 initial, 1264 maximal
1800.08/1800.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.08/1800.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.08/1800.81	c   probing          :       0.03          0          0          0          0          0          0          0          0
1800.08/1800.81	c   and              :       0.10          0          0          0          0          0          0          0          0
1800.08/1800.81	c   linear           :       0.01       1264          0          0       1264          0        200          0          0
1800.08/1800.81	c   root node        :          -          0          -          -          0          -          -          -          -
1800.08/1800.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   integral         :          0          0          0     222415          0        187       1161          0          0     443732
1800.08/1800.81	c   and              :       1264     436937     696587          9          0          0    1938751    1607271          0          0
1800.08/1800.81	c   countsols        :          0          0          0          9          0          0          0          0          0          0
1800.08/1800.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.08/1800.81	c   integral         :      69.72       0.00       0.00      69.72       0.00
1800.08/1800.81	c   and              :     126.61      98.39      28.22       0.00       0.00
1800.08/1800.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.08/1800.81	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.08/1800.81	c   rootredcost      :       0.36         10          0          0
1800.08/1800.81	c   pseudoobj        :      10.48     698047          0          0
1800.08/1800.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.08/1800.81	c   propagation      :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.81	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.08/1800.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.08/1800.81	c   applied globally :          -          -          -          0        0.0          -          -          -
1800.08/1800.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.08/1800.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.08/1800.81	c   cut pool         :       0.06         33          -          -         37          -    (maximal pool size: 2226)
1800.08/1800.81	c   redcost          :       3.70     449704          0      49262          0          0
1800.08/1800.81	c   impliedbounds    :       0.01         34          0          0        584          0
1800.08/1800.81	c   intobj           :       0.00          0          0          0          0          0
1800.08/1800.81	c   gomory           :       1.58         34          0          0       9326          0
1800.08/1800.81	c   strongcg         :       0.53         20          0          0       7486          0
1800.08/1800.81	c   cmir             :       0.10         10          0          0          0          0
1800.08/1800.81	c   flowcover        :       0.08         10          0          0          0          0
1800.08/1800.81	c   clique           :       0.04         34          0          0        223          0
1800.08/1800.81	c   zerohalf         :       0.00          0          0          0          0          0
1800.08/1800.81	c   mcf              :       0.01          1          0          0          0          0
1800.08/1800.81	c Pricers            :       Time      Calls       Vars
1800.08/1800.81	c   problem variables:       0.00          0          0
1800.08/1800.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.08/1800.81	c   relpscost        :      69.42     222406        187       1161          0          0     443732
1800.08/1800.81	c   pscost           :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   inference        :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   mostinf          :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   leastinf         :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.08/1800.81	c   random           :       0.00          0          0          0          0          0          0
1800.08/1800.81	c Primal Heuristics  :       Time      Calls      Found
1800.08/1800.81	c   LP solutions     :       0.01          -          9
1800.08/1800.81	c   pseudo solutions :       0.00          -          0
1800.08/1800.81	c   feaspump         :       0.05          0          0
1800.08/1800.81	c   oneopt           :       0.43         11          0
1800.08/1800.81	c   crossover        :       0.46          7          0
1800.08/1800.81	c   fracdiving       :       4.93        349          0
1800.08/1800.81	c   veclendiving     :       3.93        349          0
1800.08/1800.81	c   rootsoldiving    :       3.48        175          0
1800.08/1800.81	c   objpscostdiving  :       8.36        175          0
1800.08/1800.81	c   linesearchdiving :       5.14        350          0
1800.08/1800.81	c   guideddiving     :       4.30        350          0
1800.08/1800.81	c   coefdiving       :       4.52        350          1
1800.08/1800.81	c   pscostdiving     :       4.43        350          0
1800.08/1800.81	c   simplerounding   :       0.48          0          0
1800.08/1800.81	c   rounding         :      19.06      52394          3
1800.08/1800.81	c   shifting         :       1.91       4114          1
1800.08/1800.81	c   intshifting      :       0.00          0          0
1800.08/1800.81	c   fixandinfer      :       0.00          0          0
1800.08/1800.81	c   intdiving        :       0.00          0          0
1800.08/1800.81	c   actconsdiving    :       0.00          0          0
1800.08/1800.81	c   octane           :       0.00          0          0
1800.08/1800.81	c   rens             :       0.00          0          0
1800.08/1800.81	c   rins             :       0.00          0          0
1800.08/1800.81	c   localbranching   :       0.00          0          0
1800.08/1800.81	c   mutation         :       0.00          0          0
1800.08/1800.81	c   dins             :       0.00          0          0
1800.08/1800.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.08/1800.81	c   primal LP        :      41.67          0          0       0.00       0.00
1800.08/1800.81	c   dual LP          :    1282.06     628213   11690487      18.61    9118.52
1800.08/1800.81	c   barrier LP       :       0.00          0          0       0.00          -
1800.08/1800.81	c   diving/probing LP:      34.43      24362     294384      12.08    8550.22
1800.08/1800.81	c   strong branching :      54.35      11273     499039      44.27    9181.95
1800.08/1800.81	c     (at root node) :          -         36      10370     288.06          -
1800.08/1800.81	c   conflict analysis:       0.00          0          0       0.00          -
1800.08/1800.81	c B&B Tree           :
1800.08/1800.81	c   number of runs   :          1
1800.08/1800.81	c   nodes            :     413189
1800.08/1800.81	c   nodes (total)    :     413189
1800.08/1800.81	c   nodes left       :      28991
1800.08/1800.81	c   max depth        :         50
1800.08/1800.81	c   max depth (total):         50
1800.08/1800.81	c   backtracks       :      56096 (13.6%)
1800.08/1800.81	c   delayed cutoffs  :          0
1800.08/1800.81	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
1800.08/1800.81	c   avg switch length:       4.31
1800.08/1800.81	c   switching time   :      72.39
1800.08/1800.81	c Solution           :
1800.08/1800.81	c   Solutions found  :         14 (13 improvements)
1800.08/1800.81	c   Primal Bound     : -5.20000000000000e+01   (in run 1, after 18405 nodes, 152.33 seconds, depth 30, found by <relaxation>)
1800.08/1800.81	c   Dual Bound       : -5.97021276595745e+01
1800.08/1800.81	c   Gap              :      12.90 %
1800.08/1800.81	c   Root Dual Bound  : -7.13189620203005e+01
1800.37/1801.12	c Time complete: 1800.4.

Verifier Data

OK	-52

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1870424-1245203124/watcher-1870424-1245203124 -o /tmp/evaluation-result-1870424-1245203124/solver-1870424-1245203124 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870424-1245203124.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5095
/proc/meminfo: memFree=1823480/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=4324 CPUtime=0
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 187913108 4427776 454 1992294400 4194304 7823515 548682068736 18446744073709551615 6804637 0 0 4096 0 0 0 0 17 1 0 0
/proc/5095/statm: 1082 463 300 886 0 192 0

[startup+0.09194 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5095
/proc/meminfo: memFree=1823480/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=16504 CPUtime=0.08
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 3513 0 0 0 3 5 0 0 18 0 1 0 187913108 16900096 3141 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 4126 3141 404 886 0 3236 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16504

[startup+0.101941 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5095
/proc/meminfo: memFree=1823480/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=16504 CPUtime=0.09
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 3513 0 0 0 4 5 0 0 18 0 1 0 187913108 16900096 3141 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 4126 3141 404 886 0 3236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16504

[startup+0.301983 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5095
/proc/meminfo: memFree=1823480/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=16504 CPUtime=0.29
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 3537 0 0 0 12 17 0 0 19 0 1 0 187913108 16900096 3165 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 4126 3165 425 886 0 3236 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16504

[startup+0.70107 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5095
/proc/meminfo: memFree=1823480/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=21600 CPUtime=0.69
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 5009 0 0 0 50 19 0 0 22 0 1 0 187913108 22118400 4596 1992294400 4194304 7823515 548682068736 18446744073709551615 4289652 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 5400 4596 544 886 0 4510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21600

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1805680/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=27280 CPUtime=1.49
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 6362 0 0 0 127 22 0 0 25 0 1 0 187913108 27934720 5949 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 6820 5949 546 886 0 5930 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27280

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1797296/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=36776 CPUtime=3.09
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 8900 0 0 0 285 24 0 0 25 0 1 0 187913108 37658624 8461 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 9194 8461 546 886 0 8304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36776

[startup+6.30127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1787888/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=40360 CPUtime=6.28
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 9781 0 0 0 601 27 0 0 25 0 1 0 187913108 41328640 9334 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 10090 9334 553 886 0 9200 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40360

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1787960/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=40360 CPUtime=12.69
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 9782 0 0 0 1228 41 0 0 25 0 1 0 187913108 41328640 9335 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 10090 9335 554 886 0 9200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40360

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1789688/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=38376 CPUtime=25.48
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 12302 0 0 0 2479 69 0 0 25 0 1 0 187913108 39297024 8898 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 9594 8898 578 886 0 8704 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 38376

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1786232/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=42176 CPUtime=51.07
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 15730 0 0 0 4983 124 0 0 25 0 1 0 187913108 43188224 9824 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 10544 9824 579 886 0 9654 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 42176

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1783992/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=44408 CPUtime=102.25
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 17904 0 0 0 9992 233 0 0 25 0 1 0 187913108 45473792 10389 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 11102 10389 579 886 0 10212 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 44408

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1778616/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=49728 CPUtime=162.23
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 19239 0 0 0 15855 368 0 0 25 0 1 0 187913108 50921472 11724 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 12432 11724 579 886 0 11542 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 49728

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1777016/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=51276 CPUtime=222.21
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 21244 0 0 0 21715 506 0 0 25 0 1 0 187913108 52506624 12115 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 12819 12115 579 886 0 11929 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 51276

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1774968/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=53300 CPUtime=282.19
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 21754 0 0 0 27579 640 0 0 25 0 1 0 187913108 54579200 12625 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 13325 12625 579 886 0 12435 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 53300

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1772536/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=55644 CPUtime=342.16
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 22360 0 0 0 33438 778 0 0 25 0 1 0 187913108 56979456 13228 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 13911 13228 579 886 0 13021 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 55644

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5096
/proc/meminfo: memFree=1769656/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=58144 CPUtime=402.14
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 24638 0 0 0 39292 922 0 0 25 0 1 0 187913108 59539456 13877 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 14536 13877 579 886 0 13646 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 58144

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5098
/proc/meminfo: memFree=1766264/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=61792 CPUtime=462.12
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 25531 0 0 0 45146 1066 0 0 25 0 1 0 187913108 63275008 14762 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 15448 14762 579 886 0 14558 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 61792

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5098
/proc/meminfo: memFree=1765048/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=62976 CPUtime=522.09
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 25836 0 0 0 51002 1207 0 0 25 0 1 0 187913108 64487424 15062 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 15744 15062 579 886 0 14854 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 62976

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5098
/proc/meminfo: memFree=1763000/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=64984 CPUtime=582.08
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 26348 0 0 0 56861 1347 0 0 25 0 1 0 187913108 66543616 15574 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 16246 15574 579 886 0 15356 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 64984

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5098
/proc/meminfo: memFree=1758712/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=69204 CPUtime=642.06
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 27400 0 0 0 62718 1488 0 0 25 0 1 0 187913108 70864896 16626 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 17301 16626 579 886 0 16411 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 69204

[startup+702.302 s]

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

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5104
/proc/meminfo: memFree=1745976/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=81692 CPUtime=941.93
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 30554 0 0 0 91986 2207 0 0 25 0 1 0 187913108 83652608 19778 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 20423 19778 579 886 0 19533 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 81692

[startup+1002.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/71 5539
/proc/meminfo: memFree=1733616/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=84828 CPUtime=1001.88
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 31340 0 0 0 97837 2351 0 0 25 0 1 0 187913108 86863872 20564 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 21207 20564 579 886 0 20317 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 84828

[startup+1062.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 5580
/proc/meminfo: memFree=1717560/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=88460 CPUtime=1061.85
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 32243 0 0 0 103685 2500 0 0 25 0 1 0 187913108 90583040 21467 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 22115 21467 579 886 0 21225 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 88460

[startup+1122.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 5580
/proc/meminfo: memFree=1717112/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=88792 CPUtime=1121.82
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 32353 0 0 0 109536 2646 0 0 25 0 1 0 187913108 90923008 21577 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 22198 21577 579 886 0 21308 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 88792

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5580
/proc/meminfo: memFree=1716728/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=89108 CPUtime=1181.81
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 32437 0 0 0 115378 2803 0 0 25 0 1 0 187913108 91246592 21661 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 22277 21661 579 886 0 21387 0
Current children cumulated CPU time (s) 1181.81
Current children cumulated vsize (KiB) 89108

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5580
/proc/meminfo: memFree=1714168/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=91792 CPUtime=1241.78
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 33084 0 0 0 121238 2940 0 0 25 0 1 0 187913108 93995008 22308 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 22948 22308 579 886 0 22058 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 91792

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5580
/proc/meminfo: memFree=1713272/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=92620 CPUtime=1301.76
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 33311 0 0 0 127094 3082 0 0 25 0 1 0 187913108 94842880 22535 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 23155 22535 579 886 0 22265 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 92620

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5580
/proc/meminfo: memFree=1710520/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=95416 CPUtime=1361.74
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 33987 0 0 0 132946 3228 0 0 25 0 1 0 187913108 97705984 23211 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 23854 23211 579 886 0 22964 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 95416

[startup+1422.31 s]
/proc/loadavg: 1.05 1.01 1.00 3/65 5580
/proc/meminfo: memFree=1707576/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=98212 CPUtime=1421.72
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 34722 0 0 0 138806 3366 0 0 25 0 1 0 187913108 100569088 23946 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 24553 23946 579 886 0 23663 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 98212

[startup+1482.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 5580
/proc/meminfo: memFree=1706552/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=99204 CPUtime=1481.7
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 34966 0 0 0 144661 3509 0 0 25 0 1 0 187913108 101584896 24190 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 24801 24190 579 886 0 23911 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 99204

[startup+1542.3 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 5580
/proc/meminfo: memFree=1703224/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=102568 CPUtime=1541.68
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 35781 0 0 0 150522 3646 0 0 25 0 1 0 187913108 105029632 25005 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 25642 25005 579 886 0 24752 0
Current children cumulated CPU time (s) 1541.68
Current children cumulated vsize (KiB) 102568

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 5580
/proc/meminfo: memFree=1701688/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=104056 CPUtime=1601.65
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 36165 0 0 0 156374 3791 0 0 25 0 1 0 187913108 106553344 25389 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 26014 25389 579 886 0 25124 0
Current children cumulated CPU time (s) 1601.65
Current children cumulated vsize (KiB) 104056

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 5580
/proc/meminfo: memFree=1700152/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=105508 CPUtime=1661.63
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 36557 0 0 0 162231 3932 0 0 25 0 1 0 187913108 108040192 25781 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 26377 25781 579 886 0 25487 0
Current children cumulated CPU time (s) 1661.63
Current children cumulated vsize (KiB) 105508

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 5580
/proc/meminfo: memFree=1697080/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=108568 CPUtime=1721.61
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 37306 0 0 0 168092 4069 0 0 25 0 1 0 187913108 111173632 26527 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 27142 26527 579 886 0 26252 0
Current children cumulated CPU time (s) 1721.61
Current children cumulated vsize (KiB) 108568

[startup+1782.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 5580
/proc/meminfo: memFree=1696248/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=109328 CPUtime=1781.58
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 37511 0 0 0 173946 4212 0 0 25 0 1 0 187913108 111951872 26732 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 27332 26732 579 886 0 26442 0
Current children cumulated CPU time (s) 1781.58
Current children cumulated vsize (KiB) 109328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5580
/proc/meminfo: memFree=1695160/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=110408 CPUtime=1800.08
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 37785 0 0 0 175752 4256 0 0 25 0 1 0 187913108 113057792 27006 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/5095/statm: 27602 27006 579 886 0 26712 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 110408

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

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

[startup+1801 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5580
/proc/meminfo: memFree=1695160/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=110408 CPUtime=1800.27
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 37787 0 0 0 175771 4256 0 0 25 0 1 0 187913108 113057792 27008 1992294400 4194304 7823515 548682068736 18446744073709551615 5875083 0 0 4096 0 0 0 0 17 1 0 0
/proc/5095/statm: 27602 27008 581 886 0 26712 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 110408

[startup+1801.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 5580
/proc/meminfo: memFree=1695160/2055920 swapFree=4192812/4192956
[pid=5095] ppid=5093 vsize=107404 CPUtime=1800.37
/proc/5095/stat : 5095 (pbscip.linux.x8) R 5093 5095 4520 0 -1 4194304 37787 0 0 0 175781 4256 0 0 25 0 1 0 187913108 109981696 26270 1992294400 4194304 7823515 548682068736 18446744073709551615 7132266 0 0 4096 0 0 0 0 17 1 0 0
/proc/5095/statm: 26851 26270 3457 886 0 25961 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 107404

Child status: 0
Real time (s): 1801.12
CPU time (s): 1800.41
CPU user time (s): 1757.82
CPU system time (s): 42.5835
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 110408

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

runsolver used 1.21681 second user time and 3.87841 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-17 03:45:24
IDJOB=1870424
IDBENCH=48211
IDSOLVER=683
FILE ID=node10/1870424-1245203124
PBS_JOBID= 9368329
Free space on /tmp= 65988 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_10_5.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1870424-1245203124/watcher-1870424-1245203124 -o /tmp/evaluation-result-1870424-1245203124/solver-1870424-1245203124 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1870424-1245203124.opb

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

MD5SUM BENCH= 2585c1015aa6228da840b6f61adc6732
RANDOM SEED=1725203304

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1823896 kB
Buffers:         53616 kB
Cached:         111692 kB
SwapCached:          0 kB
Active:          71636 kB
Inactive:       107080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9860 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            39360 kB
Committed_AS:   196732 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65980 MiB
End job on node10 at 2009-06-17 04:15:27