Trace number 2667611

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 NameAnswerobjective functionCPU timeWall clock time
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverSAT (TO)35 1800.14 1800.58

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.opb
MD5SUM6d3802f2f17c83a21ccf6c0752b41678
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark28.0457
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables392
Total number of constraints679
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 constraints679
Minimum length of a constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 635
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2667611-1276588998.opb>
0.03/0.04	c original problem has 392 variables (392 bin, 0 int, 0 impl, 0 cont) and 679 constraints
0.03/0.04	c problem read
0.03/0.04	c presolving settings loaded
0.03/0.06	c presolving:
0.03/0.06	c (round 1) 0 del vars, 0 del conss, 0 chg bounds, 56 chg sides, 56 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.03/0.07	c (round 2) 0 del vars, 308 del conss, 0 chg bounds, 56 chg sides, 56 chg coeffs, 35 upgd conss, 0 impls, 0 clqs
0.03/0.08	c (round 3) 0 del vars, 308 del conss, 0 chg bounds, 56 chg sides, 56 chg coeffs, 63 upgd conss, 322 impls, 0 clqs
0.03/0.08	c (round 4) 0 del vars, 308 del conss, 0 chg bounds, 77 chg sides, 87 chg coeffs, 63 upgd conss, 322 impls, 0 clqs
0.29/0.34	c    (0.3s) probing: 185/392 (47.2%) - 1 fixings, 0 aggregations, 357 implications, 0 bound changes
0.29/0.34	c    (0.3s) probing aborted: 100/100 successive totally useless probings
0.29/0.34	c (round 5) 1 del vars, 308 del conss, 0 chg bounds, 77 chg sides, 87 chg coeffs, 63 upgd conss, 1036 impls, 0 clqs
0.29/0.35	c (round 6) 1 del vars, 308 del conss, 0 chg bounds, 77 chg sides, 123 chg coeffs, 63 upgd conss, 1036 impls, 0 clqs
0.29/0.35	c presolving (7 rounds):
0.29/0.35	c  1 deleted vars, 308 deleted constraints, 0 tightened bounds, 0 added holes, 77 changed sides, 123 changed coefficients
0.29/0.35	c  1036 implications, 0 cliques
0.29/0.35	c presolved problem has 391 variables (391 bin, 0 int, 0 impl, 0 cont) and 371 constraints
0.29/0.35	c      63 constraints of type <knapsack>
0.29/0.35	c     308 constraints of type <linear>
0.29/0.35	c transformed objective value is always integral (scale: 1)
0.29/0.35	c Presolving Time: 0.29
0.29/0.35	c - non default parameters ----------------------------------------------------------------------
0.29/0.35	c # SCIP version 1.2.1.2
0.29/0.35	c 
0.29/0.35	c # frequency for displaying node information lines
0.29/0.35	c # [type: int, range: [-1,2147483647], default: 100]
0.29/0.35	c display/freq = 10000
0.29/0.35	c 
0.29/0.35	c # maximal time in seconds to run
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/time = 1799.97
0.29/0.35	c 
0.29/0.35	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.29/0.35	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.29/0.35	c limits/memory = 1620
0.29/0.35	c 
0.29/0.35	c # should presolving try to simplify inequalities
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/linear/simplifyinequalities = TRUE
0.29/0.35	c 
0.29/0.35	c # should presolving try to simplify knapsacks
0.29/0.35	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.29/0.35	c constraints/knapsack/simplifyinequalities = TRUE
0.29/0.35	c 
0.29/0.35	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.29/0.35	c # [type: int, range: [-1,2147483647], default: -1]
0.29/0.35	c separating/rapidlearning/freq = 0
0.29/0.35	c 
0.29/0.35	c -----------------------------------------------------------------------------------------------
0.29/0.35	c start solving
0.29/0.35	c 
0.29/0.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.29/0.37	c   0.3s|     1 |     0 |   368 |     - |3015k|   0 | 245 | 391 | 371 | 391 | 371 |   0 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.20/3.28	c   3.1s|     1 |     0 |  1409 |     - |4160k|   0 | 239 | 391 | 839 | 391 | 393 |  22 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.30/3.37	c   3.2s|     1 |     0 |  1469 |     - |4526k|   0 | 240 | 391 | 839 | 391 | 420 |  49 |   0 |   0 | 7.000000e+00 |      --      |    Inf 
3.39/3.49	c   3.4s|     1 |     0 |  1647 |     - |4887k|   0 | 257 | 391 | 839 | 391 | 447 |  76 |   0 |   0 | 7.005208e+00 |      --      |    Inf 
3.59/3.64	c   3.5s|     1 |     0 |  1796 |     - |5199k|   0 | 250 | 391 | 839 | 391 | 479 | 108 |   0 |   0 | 7.005208e+00 |      --      |    Inf 
3.69/3.79	c   3.6s|     1 |     0 |  1957 |     - |5494k|   0 | 249 | 391 | 839 | 391 | 509 | 138 |   0 |   0 | 7.142857e+00 |      --      |    Inf 
3.89/3.95	c   3.8s|     1 |     0 |  2113 |     - |5749k|   0 | 248 | 391 | 839 | 391 | 538 | 167 |   0 |   0 | 7.250000e+00 |      --      |    Inf 
4.09/4.14	c   4.0s|     1 |     0 |  2298 |     - |5966k|   0 | 250 | 391 | 839 | 391 | 564 | 193 |   0 |   0 | 7.500000e+00 |      --      |    Inf 
4.30/4.34	c   4.2s|     1 |     0 |  2472 |     - |6154k|   0 | 223 | 391 | 839 | 391 | 593 | 222 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
4.49/4.52	c   4.4s|     1 |     0 |  2684 |     - |6524k|   0 | 225 | 391 | 839 | 391 | 626 | 255 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
4.69/4.70	c   4.5s|     1 |     0 |  2895 |     - |6847k|   0 | 224 | 391 | 839 | 391 | 656 | 285 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
4.79/4.83	c   4.7s|     1 |     0 |  3216 |     - |6927k|   0 | 231 | 391 | 839 | 391 | 657 | 304 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
4.89/4.93	c   4.8s|     1 |     0 |  3443 |     - |6995k|   0 | 213 | 391 | 839 | 391 | 679 | 326 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
4.99/5.03	c   4.9s|     1 |     0 |  3697 |     - |7064k|   0 | 220 | 391 | 839 | 391 | 704 | 351 |   0 |   0 | 8.000000e+00 |      --      |    Inf 
6.99/7.07	c   6.9s|     1 |     2 |  3697 |     - |7064k|   0 | 220 | 391 | 839 | 391 | 704 | 351 |   0 |  22 | 8.000000e+00 |      --      |    Inf 
34.58/34.64	o 63
34.58/34.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.58/34.64	c p33.8s|  1420 |   883 | 66781 |  44.5 |8832k|  48 |   - | 391 |1507 | 391 | 461 | 351 | 888 |2068 | 1.100000e+01 | 6.300000e+01 | 472.73%
35.58/35.62	o 62
35.58/35.62	c g34.8s|  1518 |   936 | 71456 |  44.7 |8865k|  48 |   - | 391 |1536 | 391 | 461 | 351 | 960 |2120 | 1.100000e+01 | 6.200000e+01 | 463.64%
43.18/43.21	o 61
43.18/43.21	c f42.1s|  2145 |  1161 |105917 |  47.7 |9610k|  48 |   - | 391 |2118 | 391 | 461 | 351 |1778 |2282 | 1.166667e+01 | 6.100000e+01 | 422.86%
78.08/78.15	o 58
78.08/78.15	c c76.1s|  6096 |  2090 |258305 |  41.8 |  11M|  48 |   - | 391 |2332 | 391 | 461 | 351 |6490 |2945 | 1.300000e+01 | 5.800000e+01 | 346.15%
106.16/106.22	c   103s| 10000 |  2764 |374054 |  37.0 |  14M|  50 |  68 | 391 |2925 | 391 | 461 | 351 |  11k|3614 | 1.400000e+01 | 5.800000e+01 | 314.29%
122.96/123.07	o 57
122.96/123.07	c p 120s| 12546 |  3060 |439290 |  34.7 |  15M|  53 |   - | 391 |3157 | 391 | 461 | 351 |  14k|4057 | 1.500000e+01 | 5.700000e+01 | 280.00%
165.25/165.30	c   161s| 20000 |  3814 |606461 |  30.1 |  18M|  56 |  54 | 391 |3887 | 391 | 461 | 351 |  24k|4643 | 1.700000e+01 | 5.700000e+01 | 235.29%
214.35/214.44	c   209s| 30000 |  4619 |811553 |  26.9 |  21M|  61 |  84 | 391 |4377 | 391 | 461 | 351 |  37k|4643 | 1.700000e+01 | 5.700000e+01 | 235.29%
224.14/224.22	o 54
224.14/224.22	c p 218s| 31818 |  4749 |852374 |  26.7 |  22M|  61 |   - | 391 |4394 | 391 | 461 | 351 |  39k|4680 | 1.703125e+01 | 5.400000e+01 | 217.06%
268.03/268.14	c   261s| 40000 |  5511 |  1010k|  25.2 |  25M|  61 |   - | 391 |5577 |   0 |   0 | 351 |  50k|5747 | 1.800000e+01 | 5.400000e+01 | 200.00%
321.21/321.35	c   313s| 50000 |  6234 |  1200k|  23.9 |  29M|  61 |   - | 391 |6144 |   0 |   0 | 351 |  64k|7088 | 1.900000e+01 | 5.400000e+01 | 184.21%
374.01/374.16	c   365s| 60000 |  6766 |  1391k|  23.1 |  31M|  61 |   - | 391 |5248 | 391 | 461 | 351 |  78k|8159 | 2.000000e+01 | 5.400000e+01 | 170.00%
427.90/428.00	c   417s| 70000 |  7449 |  1601k|  22.8 |  33M|  61 |   - | 391 |5530 |   0 |   0 | 351 |  91k|9523 | 2.100000e+01 | 5.400000e+01 | 157.14%
480.49/480.60	c   469s| 80000 |  8163 |  1797k|  22.4 |  36M|  61 |  72 | 391 |5332 | 391 | 461 | 351 | 104k|  10k| 2.100000e+01 | 5.400000e+01 | 157.14%
529.28/529.46	c   516s| 90000 |  8664 |  1966k|  21.8 |  38M|  65 |   - | 391 |5859 | 391 | 461 | 351 | 117k|  11k| 2.200000e+01 | 5.400000e+01 | 145.45%
579.67/579.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
579.67/579.88	c   566s|100000 |  9309 |  2147k|  21.4 |  41M|  65 |   - | 391 |5177 |   0 |   0 | 351 | 131k|  11k| 2.300000e+01 | 5.400000e+01 | 134.78%
628.65/628.84	c   613s|110000 |  9771 |  2322k|  21.1 |  43M|  65 |  45 | 391 |5893 | 391 | 461 | 351 | 145k|  12k| 2.300000e+01 | 5.400000e+01 | 134.78%
677.94/678.13	c   662s|120000 | 10177 |  2491k|  20.7 |  45M|  65 |   - | 391 |5866 | 391 | 461 | 351 | 159k|  12k| 2.300000e+01 | 5.400000e+01 | 134.78%
725.74/725.92	c   708s|130000 | 10345 |  2647k|  20.3 |  47M|  65 |  76 | 391 |7001 | 391 | 461 | 351 | 173k|  13k| 2.400000e+01 | 5.400000e+01 | 125.00%
775.42/775.68	c   757s|140000 | 10504 |  2806k|  20.0 |  48M|  65 |   - | 391 |6999 |   0 |   0 | 351 | 187k|  14k| 2.400000e+01 | 5.400000e+01 | 125.00%
825.50/825.76	c   806s|150000 | 10341 |  2976k|  19.8 |  48M|  65 |   - | 391 |7956 |   0 |   0 | 351 | 201k|  14k| 2.400000e+01 | 5.400000e+01 | 125.00%
849.40/849.66	o 47
849.40/849.66	c c 829s|154718 |  9762 |  3060k|  19.8 |  48M|  65 |   - | 391 |7654 | 391 | 461 | 351 | 208k|  14k| 2.500000e+01 | 4.700000e+01 |  88.00%
875.70/875.92	c   855s|160000 |  9692 |  3149k|  19.7 |  48M|  65 |  28 | 391 |7764 | 391 | 461 | 351 | 215k|  15k| 2.500000e+01 | 4.700000e+01 |  88.00%
924.98/925.28	c   903s|170000 |  9707 |  3314k|  19.5 |  50M|  65 |  13 | 391 |8457 | 391 | 461 | 351 | 230k|  15k| 2.500000e+01 | 4.700000e+01 |  88.00%
974.47/974.73	c   952s|180000 |  9581 |  3475k|  19.3 |  49M|  65 |  52 | 391 |7672 | 391 | 461 | 351 | 244k|  15k| 2.500000e+01 | 4.700000e+01 |  88.00%
1001.06/1001.31	o 46
1001.06/1001.31	c f 978s|185529 |  9411 |  3561k|  19.2 |  49M|  65 |   - | 391 |7666 | 391 | 461 | 351 | 252k|  16k| 2.500000e+01 | 4.600000e+01 |  84.00%
1023.05/1023.38	c   999s|190000 |  9253 |  3627k|  19.1 |  49M|  65 |  18 | 391 |7866 | 391 | 461 | 351 | 259k|  16k| 2.500000e+01 | 4.600000e+01 |  84.00%
1071.74/1072.07	c  1047s|200000 |  9139 |  3788k|  18.9 |  48M|  80 |   - | 391 |6643 |   0 |   0 | 351 | 273k|  16k| 2.528571e+01 | 4.600000e+01 |  81.92%
1120.02/1120.35	c  1094s|210000 |  9070 |  3936k|  18.7 |  49M|  80 |  83 | 391 |7491 | 391 | 461 | 351 | 287k|  17k| 2.600000e+01 | 4.600000e+01 |  76.92%
1166.91/1167.21	c  1140s|220000 |  8852 |  4079k|  18.5 |  49M|  80 |   - | 391 |8283 | 391 | 461 | 351 | 301k|  17k| 2.600000e+01 | 4.600000e+01 |  76.92%
1211.91/1212.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1211.91/1212.22	c  1184s|230000 |  8854 |  4217k|  18.3 |  49M|  80 | 109 | 391 |8222 | 391 | 461 | 351 | 315k|  17k| 2.633333e+01 | 4.600000e+01 |  74.68%
1260.08/1260.48	c  1231s|240000 |  8556 |  4360k|  18.2 |  48M|  80 |   - | 391 |8516 | 391 | 461 | 351 | 330k|  18k| 2.700000e+01 | 4.600000e+01 |  70.37%
1308.18/1308.52	c  1278s|250000 |  8022 |  4496k|  18.0 |  46M|  80 |   - | 391 |7648 |   0 |   0 | 351 | 345k|  18k| 2.700000e+01 | 4.600000e+01 |  70.37%
1355.87/1356.24	c  1325s|260000 |  7664 |  4646k|  17.9 |  45M|  80 |  85 | 391 |8296 | 391 | 461 | 351 | 359k|  19k| 2.700000e+01 | 4.600000e+01 |  70.37%
1402.35/1402.79	c  1370s|270000 |  7267 |  4787k|  17.7 |  44M|  80 |  64 | 391 |7701 | 391 | 461 | 351 | 374k|  19k| 2.800000e+01 | 4.600000e+01 |  64.29%
1451.14/1451.51	c  1418s|280000 |  6597 |  4928k|  17.6 |  42M|  80 |  79 | 391 |8957 | 391 | 461 | 351 | 389k|  19k| 2.800000e+01 | 4.600000e+01 |  64.29%
1499.43/1499.82	c  1465s|290000 |  5962 |  5075k|  17.5 |  38M|  80 |   - | 391 |8649 |   0 |   0 | 351 | 403k|  19k| 2.800000e+01 | 4.600000e+01 |  64.29%
1550.11/1550.55	c  1515s|300000 |  5286 |  5224k|  17.4 |  34M|  80 | 111 | 391 |8183 | 391 | 461 | 351 | 418k|  20k| 2.800000e+01 | 4.600000e+01 |  64.29%
1577.21/1577.64	o 41
1577.21/1577.64	c *1542s|305653 |  4514 |  5300k|  17.3 |  32M|  80 |   - | 391 |8409 | 391 | 461 | 351 | 426k|  20k| 2.850000e+01 | 4.100000e+01 |  43.86%
1583.11/1583.50	o 39
1583.11/1583.50	c *1547s|306920 |  4066 |  5313k|  17.3 |  31M|  80 |   - | 391 |8168 | 391 | 461 | 351 | 428k|  20k| 2.866667e+01 | 3.900000e+01 |  36.05%
1598.01/1598.41	c  1562s|310000 |  3897 |  5353k|  17.3 |  29M|  80 |  33 | 391 |8223 | 391 | 461 | 351 | 432k|  20k| 2.900000e+01 | 3.900000e+01 |  34.48%
1611.30/1611.78	o 37
1611.30/1611.78	c *1575s|312895 |  3373 |  5390k|  17.2 |  27M|  80 |   - | 391 |8290 | 391 | 461 | 351 | 436k|  20k| 2.900000e+01 | 3.700000e+01 |  27.59%
1647.19/1647.66	c  1610s|320000 |  2799 |  5487k|  17.1 |  24M|  80 |   - | 391 |8479 | 391 | 461 | 351 | 446k|  20k| 2.900000e+01 | 3.700000e+01 |  27.59%
1647.89/1648.33	o 36
1647.89/1648.33	c *1611s|320153 |  2429 |  5489k|  17.1 |  23M|  80 |   - | 391 |8487 | 391 | 461 | 351 | 446k|  20k| 2.900000e+01 | 3.600000e+01 |  24.14%
1692.98/1693.50	c  1655s|330000 |  1986 |  5631k|  17.1 |  19M|  80 |  56 | 391 |7075 | 391 | 461 | 351 | 460k|  21k| 3.000000e+01 | 3.600000e+01 |  20.00%
1693.48/1694.00	o 35
1693.48/1694.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1693.48/1694.00	c *1656s|330110 |  1748 |  5633k|  17.1 |  19M|  80 |   - | 391 |7116 | 391 | 461 | 351 | 460k|  21k| 3.000000e+01 | 3.500000e+01 |  16.67%
1738.58/1739.01	c  1699s|340000 |  1195 |  5786k|  17.0 |  14M|  80 |   - | 391 |4684 |   0 |   0 | 351 | 473k|  21k| 3.100000e+01 | 3.500000e+01 |  12.90%
1783.46/1783.94	c  1743s|350000 |  1133 |  5966k|  17.0 |  15M|  80 |   - | 391 |6444 | 391 | 461 | 351 | 485k|  21k| 3.200000e+01 | 3.500000e+01 |   9.38%
1800.06/1800.50	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.51	c 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time (sec) : 1759.39
1800.06/1800.51	c Solving Nodes      : 353592
1800.06/1800.51	c Primal Bound       : +3.50000000000000e+01 (13 solutions)
1800.06/1800.51	c Dual Bound         : +3.20000000000000e+01
1800.06/1800.51	c Gap                : 9.38 %
1800.06/1800.51	s SATISFIABLE
1800.06/1800.51	v x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 
1800.06/1800.51	v x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 
1800.06/1800.51	v x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 -x128 x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 x139 
1800.06/1800.51	v x140 x141 x142 x143 x144 -x145 -x146 x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 x161 
1800.06/1800.51	v x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 x178 x179 x180 -x181 -x182 -x183 
1800.06/1800.51	v -x184 -x185 -x186 -x187 -x188 -x189 x190 x191 -x192 -x193 -x194 -x195 -x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
1800.06/1800.51	v x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 -x223 x224 x225 x226 x227 -x228 -x229 x230 
1800.06/1800.51	v x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 x240 x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 
1800.06/1800.51	v -x253 -x254 -x255 x256 x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 
1800.06/1800.51	v -x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 -x283 -x284 -x285 -x286 -x287 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x288 x289 
1800.06/1800.51	v x290 x291 x292 -x293 -x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 x306 -x307 -x308 -x309 -x310 -x311 
1800.06/1800.51	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
1800.06/1800.51	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x14 -x13 -x12 -x11 -x10 -x9 x8 -x343 x344 x345 x346 -x347 -x348 
1800.06/1800.51	v x349 -x350 -x351 -x352 -x353 -x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 
1800.06/1800.51	v -x370 -x371 -x372 -x28 -x27 -x26 x25 x24 -x23 -x22 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 
1800.06/1800.51	v -x386 -x35 -x34 x33 -x32 x31 -x30 -x29 -x387 x388 -x389 -x390 -x391 -x42 -x41 x40 x39 -x38 x37 -x36 -x392 -x56 x55 -x54 -x53 
1800.06/1800.51	v -x52 -x51 x50 -x49 -x48 x47 x46 x45 x44 -x43 -x7 x6 -x5 -x4 -x3 x2 x1 
1800.06/1800.51	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.51	c Solving Time       :    1759.39
1800.06/1800.51	c Original Problem   :
1800.06/1800.51	c   Problem name     : HOME/instance-2667611-1276588998.opb
1800.06/1800.51	c   Variables        : 392 (392 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 679 initial, 679 maximal
1800.06/1800.51	c Presolved Problem  :
1800.06/1800.51	c   Problem name     : t_HOME/instance-2667611-1276588998.opb
1800.06/1800.51	c   Variables        : 391 (391 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.06/1800.51	c   Constraints      : 371 initial, 9548 maximal
1800.06/1800.51	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.51	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   implics          :       0.01          0          0          0          0          0          0          0          0
1800.06/1800.51	c   probing          :       0.24          1          0          0          0          0          0          0          0
1800.06/1800.51	c   knapsack         :       0.02          0          0          0          0          0          0         21         67
1800.06/1800.51	c   linear           :       0.01          0          0          0          0          0        308         56         56
1800.06/1800.51	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.51	c   root node        :          -         13          -          -         13          -          -          -          -
1800.06/1800.51	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   integral         :          0          0          0     214323          0        259      14775          0          0     420318
1800.06/1800.51	c   knapsack         :         63         13    1671604          5          0      17420     606777        601          0          0
1800.06/1800.51	c   linear           :        308+        14    1654173          1          0     121254    7481100        207          0          0
1800.06/1800.51	c   logicor          :          0+         0     930601          0          0       7654    1378169          0          0          0
1800.06/1800.51	c   countsols        :          0          0          0          5          0          0          0          0          0          0
1800.06/1800.51	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.51	c   integral         :      84.75       0.00       0.00      84.75       0.00
1800.06/1800.51	c   knapsack         :      59.35       0.01      59.34       0.00       0.00
1800.06/1800.51	c   linear           :     498.06       0.00     498.06       0.00       0.00
1800.06/1800.51	c   logicor          :     151.57       0.00     151.57       0.00       0.00
1800.06/1800.51	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.51	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.51	c   vbounds          :       0.96          2          0          0
1800.06/1800.51	c   rootredcost      :       0.96         13          0          1
1800.06/1800.51	c   pseudoobj        :       2.54    1671500        170       2761
1800.06/1800.51	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.51	c   propagation      :      19.47     146497     146324    1306545       27.0       4845       19.1          -
1800.06/1800.51	c   infeasible LP    :      10.66      47109      47109     194489       19.3       4020       17.2          0
1800.06/1800.51	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.51	c   pseudo solution  :       0.00          1          1          1        1.0          0        0.0          -
1800.06/1800.51	c   applied globally :          -          -          -     490067       20.4          -          -          -
1800.06/1800.51	c   applied locally  :          -          -          -          0        0.0          -          -          -
1800.06/1800.51	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.51	c   cut pool         :       0.00         12          -          -       4198          -    (maximal pool size: 4018)
1800.06/1800.51	c   redcost          :       2.69     215396          0       1628          0          0
1800.06/1800.51	c   impliedbounds    :       0.00         13          0          0          8          0
1800.06/1800.51	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.51	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.51	c   gomory           :       0.12         13          0          0        457          0
1800.06/1800.51	c   strongcg         :       0.10         13          0          0        510          0
1800.06/1800.51	c   cmir             :       0.50         10          0          0       2512          0
1800.06/1800.51	c   flowcover        :       0.45         10          0          0       1933          0
1800.06/1800.51	c   clique           :       0.00          1          0          0          0          0
1800.06/1800.51	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.51	c   mcf              :       0.00          1          0          0          0          0
1800.06/1800.51	c   rapidlearning    :       2.63          1          0          0          0        468
1800.06/1800.51	c Pricers            :       Time      Calls       Vars
1800.06/1800.51	c   problem variables:       0.00          0          0
1800.06/1800.51	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.51	c   relpscost        :      84.20     214318        259      14775          0          0     420318
1800.06/1800.51	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.51	c   inference        :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.52	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.52	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.52	c   LP solutions     :       0.03          -          5
1800.06/1800.52	c   pseudo solutions :       0.00          -          0
1800.06/1800.52	c   intshifting      :       0.02          0          0
1800.06/1800.52	c   oneopt           :       0.38         13          0
1800.06/1800.52	c   crossover        :       0.74          4          0
1800.06/1800.52	c   feaspump         :       0.48          7          0
1800.06/1800.52	c   objpscostdiving  :       3.72        208          0
1800.06/1800.52	c   veclendiving     :       8.24        416          0
1800.06/1800.52	c   coefdiving       :       6.01        416          2
1800.06/1800.52	c   pscostdiving     :       8.34        416          3
1800.06/1800.52	c   fracdiving       :       5.50        416          2
1800.06/1800.52	c   linesearchdiving :       8.23        416          0
1800.06/1800.52	c   guideddiving     :       6.57        416          1
1800.06/1800.52	c   rootsoldiving    :       3.99        209          0
1800.06/1800.52	c   trivial          :       0.00          2          0
1800.06/1800.52	c   simplerounding   :       0.27          0          0
1800.06/1800.52	c   zirounding       :       0.32       1000          0
1800.06/1800.52	c   rounding         :       1.05       6539          0
1800.06/1800.52	c   shifting         :       9.85       2014          0
1800.06/1800.52	c   twoopt           :       0.00          0          0
1800.06/1800.52	c   fixandinfer      :       0.00          0          0
1800.06/1800.52	c   intdiving        :       0.00          0          0
1800.06/1800.52	c   actconsdiving    :       0.00          0          0
1800.06/1800.52	c   octane           :       0.00          0          0
1800.06/1800.52	c   rens             :       0.01          0          0
1800.06/1800.52	c   rins             :       0.00          0          0
1800.06/1800.52	c   localbranching   :       0.00          0          0
1800.06/1800.52	c   mutation         :       0.00          0          0
1800.06/1800.52	c   dins             :       0.00          0          0
1800.06/1800.52	c   undercover       :       0.00          0          0
1800.06/1800.52	c   nlp              :       0.20          0          0
1800.06/1800.52	c   trysol           :       0.41          0          0
1800.06/1800.52	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.52	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.52	c   dual LP          :     533.60     258963    5752251      22.21   10780.08
1800.06/1800.52	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.52	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.52	c   diving/probing LP:      32.47      17258     276352      16.01    8510.99
1800.06/1800.52	c   strong branching :      72.80      22017     544325      24.72    7476.99
1800.06/1800.52	c     (at root node) :          -         22       8942     406.45          -
1800.06/1800.52	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.52	c B&B Tree           :
1800.06/1800.52	c   number of runs   :          1
1800.06/1800.52	c   nodes            :     353592
1800.06/1800.52	c   nodes (total)    :     353592
1800.06/1800.52	c   nodes left       :       1102
1800.06/1800.52	c   max depth        :         80
1800.06/1800.52	c   max depth (total):         80
1800.06/1800.52	c   backtracks       :      72464 (20.5%)
1800.06/1800.52	c   delayed cutoffs  :      62637
1800.06/1800.52	c   repropagations   :     543404 (3334174 domain reductions, 46031 cutoffs)
1800.06/1800.52	c   avg switch length:       7.29
1800.06/1800.52	c   switching time   :     246.01
1800.06/1800.52	c Solution           :
1800.06/1800.52	c   Solutions found  :         13 (13 improvements)
1800.06/1800.52	c   First Solution   : +6.30000000000000e+01   (in run 1, after 1420 nodes, 33.81 seconds, depth 39, found by <pscostdiving>)
1800.06/1800.52	c   Primal Bound     : +3.50000000000000e+01   (in run 1, after 330110 nodes, 1655.54 seconds, depth 24, found by <relaxation>)
1800.06/1800.52	c   Dual Bound       : +3.20000000000000e+01
1800.06/1800.52	c   Gap              :       9.38 %
1800.06/1800.52	c   Root Dual Bound  : +8.00000000000000e+00
1800.06/1800.52	c   Root Iterations  :       3697
1800.06/1800.57	c Time complete: 1800.13.

Verifier Data

OK	35

Watcher Data

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

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

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: 2.06 2.00 1.31 3/107 2440
/proc/meminfo: memFree=1682828/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=7724 CPUtime=0
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 1040 0 0 0 0 0 0 0 20 0 1 0 192423 7909376 959 1992294400 4194304 8223781 140735128249168 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2440/statm: 1931 969 348 984 0 944 0

[startup+0.0454629 s]
/proc/loadavg: 2.06 2.00 1.31 3/107 2440
/proc/meminfo: memFree=1682828/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=10068 CPUtime=0.03
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 1836 0 0 0 3 0 0 0 20 0 1 0 192423 10309632 1755 1992294400 4194304 8223781 140735128249168 18446744073709551615 5651059 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2440/statm: 2517 1755 365 984 0 1530 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10068

[startup+0.101468 s]
/proc/loadavg: 2.06 2.00 1.31 3/107 2440
/proc/meminfo: memFree=1682828/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=16548 CPUtime=0.09
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 4613 0 0 0 7 2 0 0 20 0 1 0 192423 16945152 3140 1992294400 4194304 8223781 140735128249168 18446744073709551615 4925943 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 4137 3140 466 984 0 3150 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16548

[startup+0.301486 s]
/proc/loadavg: 2.06 2.00 1.31 3/107 2440
/proc/meminfo: memFree=1682828/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=16692 CPUtime=0.29
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 4624 0 0 0 27 2 0 0 20 0 1 0 192423 17092608 3151 1992294400 4194304 8223781 140735128249168 18446744073709551615 4947556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 4173 3151 466 984 0 3186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16692

[startup+0.701522 s]
/proc/loadavg: 2.06 2.00 1.31 3/107 2440
/proc/meminfo: memFree=1682828/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=30244 CPUtime=0.69
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 10243 0 0 0 64 5 0 0 21 0 1 0 192423 30969856 6379 1992294400 4194304 8223781 140735128249168 18446744073709551615 4980271 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 7561 6379 578 984 0 6574 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30244

[startup+1.5006 s]
/proc/loadavg: 1.97 1.98 1.31 2/108 2441
/proc/meminfo: memFree=1659136/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=30932 CPUtime=1.49
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 10407 0 0 0 143 6 0 0 23 0 1 0 192423 31674368 6543 1992294400 4194304 8223781 140735128249168 18446744073709551615 4978284 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 7733 6543 578 984 0 6746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30932

[startup+3.10074 s]
/proc/loadavg: 1.97 1.98 1.31 2/108 2441
/proc/meminfo: memFree=1658392/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=31660 CPUtime=3.09
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 10605 0 0 0 300 9 0 0 25 0 1 0 192423 32419840 6741 1992294400 4194304 8223781 140735128249168 18446744073709551615 4979583 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 7915 6741 578 984 0 6928 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31660

[startup+6.30104 s]
/proc/loadavg: 1.97 1.98 1.31 2/108 2441
/proc/meminfo: memFree=1659756/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=28056 CPUtime=6.29
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 12030 0 0 0 615 14 0 0 25 0 1 0 192423 28729344 6128 1992294400 4194304 8223781 140735128249168 18446744073709551615 6592556 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 7014 6128 586 984 0 6027 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28056

[startup+12.7006 s]
/proc/loadavg: 1.82 1.95 1.30 2/108 2441
/proc/meminfo: memFree=1659632/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=28056 CPUtime=12.69
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 12059 0 0 0 1242 27 0 0 25 0 1 0 192423 28729344 6130 1992294400 4194304 8223781 140735128249168 18446744073709551615 6592233 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 7014 6130 588 984 0 6027 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28056

[startup+25.5017 s]
/proc/loadavg: 1.69 1.92 1.30 2/108 2441
/proc/meminfo: memFree=1659756/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=28056 CPUtime=25.48
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 12451 0 0 0 2496 52 0 0 25 0 1 0 192423 28729344 6130 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 7014 6130 588 984 0 6027 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28056

[startup+51.1019 s]
/proc/loadavg: 1.46 1.84 1.29 2/108 2443
/proc/meminfo: memFree=1656656/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=32036 CPUtime=51.08
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 44079 0 0 0 4984 124 0 0 25 0 1 0 192423 32804864 7063 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 8009 7063 589 984 0 7022 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 32036

[startup+102.308 s]
/proc/loadavg: 1.18 1.70 1.27 2/108 2443
/proc/meminfo: memFree=1650456/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=37512 CPUtime=102.28
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 110392 0 0 0 9960 268 0 0 25 0 1 0 192423 38412288 8503 1992294400 4194304 8223781 140735128249168 18446744073709551615 4983335 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 9378 8503 596 984 0 8391 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37512

[startup+162.301 s]
/proc/loadavg: 1.06 1.57 1.25 2/108 2445
/proc/meminfo: memFree=1645124/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=42760 CPUtime=162.25
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 144294 0 0 0 15804 421 0 0 25 0 1 0 192423 43786240 9850 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 10690 9850 596 984 0 9703 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 42760

[startup+222.301 s]
/proc/loadavg: 1.02 1.46 1.23 2/108 2447
/proc/meminfo: memFree=1638428/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=49788 CPUtime=222.24
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 156832 0 0 0 21654 570 0 0 25 0 1 0 192423 50982912 11573 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 12447 11573 596 984 0 11460 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 49788

[startup+282.302 s]
/proc/loadavg: 1.01 1.38 1.22 2/108 2449
/proc/meminfo: memFree=1632476/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=55676 CPUtime=282.23
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 168614 0 0 0 27513 710 0 0 25 0 1 0 192423 57012224 13061 1992294400 4194304 8223781 140735128249168 18446744073709551615 6445668 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 13919 13061 596 984 0 12932 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 55676

[startup+342.301 s]
/proc/loadavg: 1.00 1.31 1.20 2/108 2451
/proc/meminfo: memFree=1628384/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=59896 CPUtime=342.21
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 178214 0 0 0 33367 854 0 0 25 0 1 0 192423 61333504 14091 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 14974 14091 596 984 0 13987 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 59896

[startup+402.302 s]
/proc/loadavg: 1.00 1.25 1.18 2/108 2451
/proc/meminfo: memFree=1623920/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=64728 CPUtime=402.21
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 189878 0 0 0 39227 994 0 0 25 0 1 0 192423 66281472 15208 1992294400 4194304 8223781 140735128249168 18446744073709551615 6599072 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 16182 15208 596 984 0 15195 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 64728

[startup+462.302 s]
/proc/loadavg: 1.00 1.20 1.17 2/108 2453
/proc/meminfo: memFree=1619208/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=69064 CPUtime=462.19
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 195278 0 0 0 45083 1136 0 0 25 0 1 0 192423 70721536 16392 1992294400 4194304 8223781 140735128249168 18446744073709551615 4853804 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 17266 16392 596 984 0 16279 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 69064

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.16 2/108 2455
/proc/meminfo: memFree=1616852/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=71436 CPUtime=522.18
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 211960 0 0 0 50945 1273 0 0 25 0 1 0 192423 73150464 16970 1992294400 4194304 8223781 140735128249168 18446744073709551615 4979781 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 17859 16970 596 984 0 16872 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 71436

[startup+582.302 s]
/proc/loadavg: 1.00 1.13 1.15 2/108 2457
/proc/meminfo: memFree=1609288/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=78900 CPUtime=582.17
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 220066 0 0 0 56806 1411 0 0 25 0 1 0 192423 80793600 18810 1992294400 4194304 8223781 140735128249168 18446744073709551615 6004057 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 19725 18810 596 984 0 18738 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 78900

[startup+642.301 s]
/proc/loadavg: 1.00 1.10 1.13 2/108 2459
/proc/meminfo: memFree=1606932/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=81400 CPUtime=642.16
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 224118 0 0 0 62665 1551 0 0 25 0 1 0 192423 83353600 19433 1992294400 4194304 8223781 140735128249168 18446744073709551615 4979093 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 20350 19433 596 984 0 19363 0
Current children cumulated CPU time (s) 642.16
Current children cumulated vsize (KiB) 81400

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 1.00 1.04 1.09 2/108 2465
/proc/meminfo: memFree=1598252/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=89328 CPUtime=882.09
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 239270 0 0 0 86136 2073 0 0 25 0 1 0 192423 91471872 21399 1992294400 4194304 8223781 140735128249168 18446744073709551615 4978143 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 22332 21399 596 984 0 21345 0
Current children cumulated CPU time (s) 882.09
Current children cumulated vsize (KiB) 89328

[startup+942.3 s]
/proc/loadavg: 1.00 1.03 1.08 2/108 2467
/proc/meminfo: memFree=1597260/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=90800 CPUtime=942.08
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 242314 0 0 0 92009 2199 0 0 25 0 1 0 192423 92979200 21763 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 22700 21763 596 984 0 21713 0
Current children cumulated CPU time (s) 942.08
Current children cumulated vsize (KiB) 90800

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.08 2/108 2467
/proc/meminfo: memFree=1596268/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=91616 CPUtime=1002.06
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 246198 0 0 0 97873 2333 0 0 25 0 1 0 192423 93814784 21962 1992294400 4194304 8223781 140735128249168 18446744073709551615 4948225 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 22904 21962 596 984 0 21917 0
Current children cumulated CPU time (s) 1002.06
Current children cumulated vsize (KiB) 91616

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.07 2/108 2469
/proc/meminfo: memFree=1595772/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=92124 CPUtime=1062.04
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 266199 0 0 0 103743 2461 0 0 25 0 1 0 192423 94334976 22088 1992294400 4194304 8223781 140735128249168 18446744073709551615 4978973 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23031 22088 597 984 0 22044 0
Current children cumulated CPU time (s) 1062.04
Current children cumulated vsize (KiB) 92124

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.07 2/108 2471
/proc/meminfo: memFree=1595276/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=92408 CPUtime=1122.03
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 272589 0 0 0 109608 2595 0 0 25 0 1 0 192423 94625792 22158 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23102 22158 597 984 0 22115 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 92408

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 2473
/proc/meminfo: memFree=1594904/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=92672 CPUtime=1182.01
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 277438 0 0 0 115479 2722 0 0 25 0 1 0 192423 94896128 22205 1992294400 4194304 8223781 140735128249168 18446744073709551615 4923119 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23168 22205 597 984 0 22181 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 92672

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/108 2475
/proc/meminfo: memFree=1594780/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=92744 CPUtime=1241.99
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 284135 0 0 0 121340 2859 0 0 25 0 1 0 192423 94969856 22254 1992294400 4194304 8223781 140735128249168 18446744073709551615 6090666 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23186 22254 597 984 0 22199 0
Current children cumulated CPU time (s) 1241.99
Current children cumulated vsize (KiB) 92744

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/108 2475
/proc/meminfo: memFree=1594284/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93048 CPUtime=1301.98
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 288962 0 0 0 127210 2988 0 0 25 0 1 0 192423 95281152 22330 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23262 22330 597 984 0 22275 0
Current children cumulated CPU time (s) 1301.98
Current children cumulated vsize (KiB) 93048

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/108 2477
/proc/meminfo: memFree=1594036/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93552 CPUtime=1361.96
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 291780 0 0 0 133079 3117 0 0 25 0 1 0 192423 95797248 22428 1992294400 4194304 8223781 140735128249168 18446744073709551615 6592229 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23388 22428 597 984 0 22401 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 93552

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.04 2/108 2479
/proc/meminfo: memFree=1594036/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93552 CPUtime=1421.95
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 292595 0 0 0 138954 3241 0 0 25 0 1 0 192423 95797248 22428 1992294400 4194304 8223781 140735128249168 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23388 22428 597 984 0 22401 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 93552

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 2481
/proc/meminfo: memFree=1593912/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93552 CPUtime=1481.94
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 293074 0 0 0 144831 3363 0 0 25 0 1 0 192423 95797248 22429 1992294400 4194304 8223781 140735128249168 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23388 22429 597 984 0 22401 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 93552

[startup+1542.3 s]
/proc/loadavg: 1.07 1.02 1.03 2/108 2483
/proc/meminfo: memFree=1593664/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93552 CPUtime=1541.92
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 294095 0 0 0 150701 3491 0 0 25 0 1 0 192423 95797248 22429 1992294400 4194304 8223781 140735128249168 18446744073709551615 4925496 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23388 22429 597 984 0 22401 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 93552

[startup+1602.3 s]
/proc/loadavg: 1.02 1.01 1.02 2/108 2483
/proc/meminfo: memFree=1593416/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93636 CPUtime=1601.9
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 299378 0 0 0 156579 3611 0 0 25 0 1 0 192423 95883264 22454 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23409 22454 597 984 0 22422 0
Current children cumulated CPU time (s) 1601.9
Current children cumulated vsize (KiB) 93636

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.02 2/108 2485
/proc/meminfo: memFree=1593416/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93636 CPUtime=1661.89
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 306268 0 0 0 162458 3731 0 0 25 0 1 0 192423 95883264 22455 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23409 22455 597 984 0 22422 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 93636

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/108 2487
/proc/meminfo: memFree=1593292/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93636 CPUtime=1721.88
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 313749 0 0 0 168319 3869 0 0 25 0 1 0 192423 95883264 22455 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23409 22455 597 984 0 22422 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 93636

[startup+1782.3 s]
/proc/loadavg: 1.04 1.01 1.01 2/108 2492
/proc/meminfo: memFree=1559124/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93780 CPUtime=1781.86
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 319182 0 0 0 174168 4018 0 0 25 0 1 0 192423 96030720 22457 1992294400 4194304 8223781 140735128249168 18446744073709551615 6559790 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23445 22457 597 984 0 22458 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 93780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.03 1.01 1.01 2/108 2492
/proc/meminfo: memFree=1559124/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93744 CPUtime=1800.06
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 321281 0 0 0 175941 4065 0 0 25 0 1 0 192423 95993856 22482 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23436 22482 597 984 0 22449 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 93744

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

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

[startup+1800.5 s]
/proc/loadavg: 1.03 1.01 1.01 2/108 2492
/proc/meminfo: memFree=1559124/2059040 swapFree=4192956/4192956
[pid=2440] ppid=2438 vsize=93744 CPUtime=1800.06
/proc/2440/stat : 2440 (pbscip.linux.x8) R 2438 2440 2337 0 -1 4202496 321281 0 0 0 175941 4065 0 0 25 0 1 0 192423 95993856 22482 1992294400 4194304 8223781 140735128249168 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/2440/statm: 23436 22482 597 984 0 22449 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 93744

Child status: 0
Real time (s): 1800.58
CPU time (s): 1800.14
CPU user time (s): 1759.48
CPU system time (s): 40.6638
CPU usage (%): 99.9757
Max. virtual memory (cumulated for all children) (KiB): 99996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1759.48
system time used= 40.6638
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 1681

runsolver used 3.01054 second user time and 8.47471 second system time

The end

Launcher Data

Begin job on node041 at 2010-06-15 10:03:18
IDJOB=2667611
IDBENCH=2642
IDSOLVER=1169
FILE ID=node041/2667611-1276588998
PBS_JOBID= 11172211
Free space on /tmp= 61760 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667611-1276588998/watcher-2667611-1276588998 -o /tmp/evaluation-result-2667611-1276588998/solver-2667611-1276588998 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667611-1276588998.opb -t 1800 -m 1800

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

MD5SUM BENCH= 6d3802f2f17c83a21ccf6c0752b41678
RANDOM SEED=1316561616

node041.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.251
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.50
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.251
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1683480 kB
Buffers:         15292 kB
Cached:         254524 kB
SwapCached:          0 kB
Active:          96700 kB
Inactive:       232352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1683480 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4680 kB
Writeback:           4 kB
AnonPages:       59336 kB
Mapped:          15332 kB
Slab:            24680 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 61752 MiB
End job on node041 at 2010-06-15 10:33:20