Trace number 3450750

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
SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4SAT (TO)-28 1800.07 1800.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_4.opb
MD5SUMedb32574ecafd14c2d1410b208d85a45
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-28
Best CPU time to get the best result obtained on this benchmark1797.66
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints301
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)2516
Sum of products size (including duplicates)5032
Number of different products1258
Sum of products size2516

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 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 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-3450750-1307111236.opb>
0.00/0.01	c original problem has 1458 variables (1458 bin, 0 int, 0 impl, 0 cont) and 1759 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic, objective value  0.000000e+00
0.00/0.02	c presolving:
0.02/0.04	c (round 1) 0 del vars, 1458 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 10264 impls, 199 clqs
0.02/0.05	c (round 2) 1258 del vars, 1458 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10264 impls, 0 clqs
0.02/0.06	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.02/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.06	c presolving (3 rounds):
0.02/0.06	c  1258 deleted vars, 1458 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.02/0.06	c  10264 implications, 0 cliques
0.02/0.06	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.02/0.06	c     200 constraints of type <knapsack>
0.02/0.06	c     100 constraints of type <setppc>
0.02/0.06	c       1 constraints of type <linear>
0.02/0.06	c transformed objective value is always integral (scale: 1)
0.02/0.06	c Presolving Time: 0.04
0.02/0.06	c - non default parameters ----------------------------------------------------------------------
0.02/0.06	c # SCIP version 2.0.1.5
0.02/0.06	c 
0.02/0.06	c # frequency for displaying node information lines
0.02/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.06	c display/freq = 10000
0.02/0.06	c 
0.02/0.06	c # maximal time in seconds to run
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/time = 1800
0.02/0.06	c 
0.02/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.06	c limits/memory = 13950
0.02/0.06	c 
0.02/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.06	c # [type: int, range: [1,2], default: 1]
0.02/0.06	c timing/clocktype = 2
0.02/0.06	c 
0.02/0.06	c # belongs reading time to solving time?
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c timing/reading = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify inequalities
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/linear/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/indicator/addCouplingCons = TRUE
0.02/0.06	c 
0.02/0.06	c # should presolving try to simplify knapsacks
0.02/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.06	c 
0.02/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.06	c separating/rapidlearning/freq = 0
0.02/0.06	c 
0.02/0.06	c -----------------------------------------------------------------------------------------------
0.02/0.06	c start solving
0.02/0.06	c 
0.09/0.13	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.13	c t 0.1s|     1 |     0 |  1179 |     - |4159k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.09/0.13	o -1
0.09/0.13	c R 0.1s|     1 |     0 |  1179 |     - |4168k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.09/0.19	o -22
0.09/0.19	c y 0.2s|     1 |     0 |  1179 |     - |4533k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.19/0.20	c   0.2s|     1 |     0 |  1212 |     - |4539k|   0 | 200 | 200 | 301 | 200 | 333 |  32 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.19/0.26	c   0.3s|     1 |     0 |  1221 |     - |5147k|   0 | 200 | 200 | 301 | 200 | 338 |  37 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.29/0.32	c   0.3s|     1 |     0 |  1228 |     - |5424k|   0 | 200 | 200 | 301 | 200 | 342 |  41 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.29/0.37	c   0.4s|     1 |     0 |  1237 |     - |5493k|   0 | 200 | 200 | 301 | 200 | 344 |  43 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.39/0.43	c   0.4s|     1 |     0 |  1244 |     - |5550k|   0 | 200 | 200 | 301 | 200 | 347 |  46 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
0.39/0.48	c   0.5s|     1 |     0 |  1249 |     - |5556k|   0 | 200 | 200 | 301 | 200 | 348 |  47 |   0 |   0 |-5.000000e+01 |-2.200000e+01 |  56.00%
1.00/1.11	c   1.1s|     1 |     2 |  1249 |     - |5556k|   0 | 200 | 200 | 301 | 200 | 348 |  47 |   0 |  12 |-5.000000e+01 |-2.200000e+01 |  56.00%
4.19/4.22	o -23
4.19/4.22	c p 4.2s|    26 |    27 |  3402 |  86.1 |5670k|  13 |   - | 200 | 301 | 200 | 330 |  47 |   1 | 363 |-4.983025e+01 |-2.300000e+01 |  53.84%
5.29/5.32	o -25
5.29/5.32	c f 5.3s|    38 |    39 |  4432 |  86.0 |5684k|  13 |   - | 200 | 301 | 200 | 330 |  47 |   1 | 515 |-4.983025e+01 |-2.500000e+01 |  49.83%
13.69/13.75	o -26
13.69/13.75	c f13.8s|   546 |   483 | 47435 |  84.7 |6508k|  26 |   - | 200 | 313 | 200 | 330 |  47 |  13 |1302 |-4.840248e+01 |-2.600000e+01 |  46.28%
15.69/15.74	o -27
15.69/15.74	c f15.7s|   637 |   551 | 66699 | 102.9 |6628k|  26 |   - | 200 | 320 | 200 | 330 |  47 |  21 |1302 |-4.767810e+01 |-2.700000e+01 |  43.37%
17.89/17.99	o -28
17.89/17.99	c l18.0s|   716 |   588 | 84799 | 116.9 |6700k|  26 |   - | 200 | 338 | 200 | 330 |  47 |  39 |1304 |-4.735115e+01 |-2.800000e+01 |  40.87%
69.79/69.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.79/69.87	c  69.9s| 10000 |  7756 |661532 |  66.0 |  13M|  97 |  60 | 200 | 527 | 200 | 330 |  47 | 265 |1308 |-4.383711e+01 |-2.800000e+01 |  36.13%
119.39/119.45	c   119s| 20000 | 17354 |  1311k|  65.5 |  20M|  97 | 102 | 200 | 564 | 200 | 330 |  47 | 418 |1381 |-4.334640e+01 |-2.800000e+01 |  35.40%
164.49/164.51	c   165s| 30000 | 26652 |  1924k|  64.1 |  28M|  97 |  68 | 200 | 524 | 200 | 330 |  47 | 538 |1535 |-4.298858e+01 |-2.800000e+01 |  34.87%
209.10/209.10	c   209s| 40000 | 35780 |  2534k|  63.3 |  36M|  97 |  84 | 200 | 518 | 200 | 330 |  47 | 672 |1693 |-4.278871e+01 |-2.800000e+01 |  34.56%
252.20/252.28	c   252s| 50000 | 44894 |  3139k|  62.8 |  44M|  97 |  75 | 200 | 474 | 200 | 330 |  47 | 764 |1844 |-4.263563e+01 |-2.800000e+01 |  34.33%
293.61/293.62	c   294s| 60000 | 54024 |  3717k|  61.9 |  52M|  97 |  75 | 200 | 463 | 200 | 330 |  47 | 865 |1954 |-4.251288e+01 |-2.800000e+01 |  34.14%
334.90/334.94	c   335s| 70000 | 63126 |  4304k|  61.5 |  60M|  97 |  89 | 200 | 472 | 200 | 330 |  47 | 965 |2065 |-4.237042e+01 |-2.800000e+01 |  33.92%
375.49/375.50	c   375s| 80000 | 72124 |  4879k|  61.0 |  68M|  97 |  96 | 200 | 483 | 200 | 330 |  47 |1057 |2189 |-4.225956e+01 |-2.800000e+01 |  33.74%
415.40/415.47	c   415s| 90000 | 80904 |  5458k|  60.6 |  75M|  97 |  80 | 200 | 476 | 200 | 330 |  47 |1149 |2280 |-4.215204e+01 |-2.800000e+01 |  33.57%
455.80/455.85	c   456s|100000 | 89742 |  6042k|  60.4 |  83M|  97 |  91 | 200 | 473 | 200 | 330 |  47 |1247 |2352 |-4.206142e+01 |-2.800000e+01 |  33.43%
494.91/495.01	c   495s|110000 | 98802 |  6600k|  60.0 |  91M|  97 |  74 | 200 | 459 | 200 | 330 |  47 |1325 |2421 |-4.201083e+01 |-2.800000e+01 |  33.35%
533.60/533.61	c   534s|120000 |107688 |  7161k|  59.7 |  99M|  97 |  64 | 200 | 456 | 200 | 330 |  47 |1403 |2489 |-4.192728e+01 |-2.800000e+01 |  33.22%
571.00/571.03	c   571s|130000 |116442 |  7711k|  59.3 | 107M|  97 |  83 | 200 | 423 | 200 | 330 |  47 |1464 |2557 |-4.185018e+01 |-2.800000e+01 |  33.09%
608.51/608.51	c   609s|140000 |125170 |  8253k|  58.9 | 114M|  97 |  71 | 200 | 441 | 200 | 330 |  47 |1561 |2628 |-4.176381e+01 |-2.800000e+01 |  32.96%
646.31/646.33	c   646s|150000 |133882 |  8805k|  58.7 | 122M|  97 | 121 | 200 | 503 | 200 | 330 |  47 |1681 |2685 |-4.170280e+01 |-2.800000e+01 |  32.86%
682.50/682.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
682.50/682.56	c   683s|160000 |142366 |  9340k|  58.4 | 130M|  97 | 128 | 200 | 541 | 200 | 330 |  47 |1794 |2749 |-4.166084e+01 |-2.800000e+01 |  32.79%
718.90/718.91	c   719s|170000 |150824 |  9882k|  58.1 | 137M|  97 | 120 | 200 | 478 | 200 | 330 |  47 |1866 |2811 |-4.161137e+01 |-2.800000e+01 |  32.71%
754.21/754.28	c   754s|180000 |159188 | 10408k|  57.8 | 145M|  97 |  77 | 200 | 461 | 200 | 330 |  47 |1952 |2860 |-4.157247e+01 |-2.800000e+01 |  32.65%
789.61/789.63	c   790s|190000 |167660 | 10928k|  57.5 | 152M|  97 |  99 | 200 | 438 | 200 | 330 |  47 |2024 |2912 |-4.153353e+01 |-2.800000e+01 |  32.58%
826.21/826.29	c   826s|200000 |176278 | 11470k|  57.3 | 160M|  97 |   - | 200 | 460 | 200 | 330 |  47 |2123 |2970 |-4.149889e+01 |-2.800000e+01 |  32.53%
862.60/862.64	c   863s|210000 |184864 | 12010k|  57.2 | 168M|  97 |  69 | 200 | 452 | 200 | 330 |  47 |2200 |3027 |-4.145660e+01 |-2.800000e+01 |  32.46%
898.20/898.24	c   898s|220000 |193340 | 12543k|  57.0 | 175M|  97 | 109 | 200 | 454 | 200 | 330 |  47 |2287 |3076 |-4.140230e+01 |-2.800000e+01 |  32.37%
933.30/933.30	c   933s|230000 |201590 | 13067k|  56.8 | 183M|  97 | 139 | 200 | 499 | 200 | 330 |  47 |2401 |3118 |-4.136774e+01 |-2.800000e+01 |  32.31%
968.40/968.49	c   968s|240000 |209966 | 13597k|  56.7 | 190M|  97 |  91 | 200 | 490 | 200 | 330 |  47 |2476 |3168 |-4.132666e+01 |-2.800000e+01 |  32.25%
1003.22/1003.26	c  1003s|250000 |218400 | 14123k|  56.5 | 198M|  97 |  83 | 200 | 457 | 200 | 330 |  47 |2553 |3214 |-4.128470e+01 |-2.800000e+01 |  32.18%
1035.60/1035.68	c  1036s|260000 |226426 | 14617k|  56.2 | 205M|  97 | 108 | 200 | 467 | 200 | 330 |  47 |2628 |3250 |-4.123238e+01 |-2.800000e+01 |  32.09%
1070.33/1070.32	c  1070s|270000 |234802 | 15143k|  56.1 | 213M|  97 |  90 | 200 | 471 | 200 | 330 |  47 |2722 |3289 |-4.118968e+01 |-2.800000e+01 |  32.02%
1105.31/1105.31	c  1105s|280000 |243302 | 15669k|  56.0 | 220M|  97 | 113 | 200 | 483 | 200 | 330 |  47 |2816 |3326 |-4.116336e+01 |-2.800000e+01 |  31.98%
1140.91/1140.99	c  1141s|290000 |251832 | 16202k|  55.9 | 228M|  97 |  64 | 200 | 473 | 200 | 330 |  47 |2892 |3358 |-4.112491e+01 |-2.800000e+01 |  31.91%
1176.11/1176.17	c  1176s|300000 |260268 | 16733k|  55.8 | 236M|  97 |  68 | 200 | 450 | 200 | 330 |  47 |2956 |3395 |-4.108896e+01 |-2.800000e+01 |  31.86%
1210.11/1210.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1210.11/1210.14	c  1210s|310000 |268650 | 17244k|  55.6 | 243M|  97 |  45 | 200 | 440 | 200 | 330 |  47 |3014 |3433 |-4.106488e+01 |-2.800000e+01 |  31.82%
1242.61/1242.66	c  1243s|320000 |276978 | 17743k|  55.4 | 251M|  97 |  70 | 200 | 441 | 200 | 330 |  47 |3088 |3468 |-4.103930e+01 |-2.800000e+01 |  31.77%
1276.82/1276.87	c  1277s|330000 |285360 | 18264k|  55.3 | 258M|  97 |   - | 200 | 448 | 200 | 330 |  47 |3155 |3494 |-4.100548e+01 |-2.800000e+01 |  31.72%
1310.31/1310.37	c  1310s|340000 |293624 | 18770k|  55.2 | 266M|  97 |  68 | 200 | 433 | 200 | 330 |  47 |3222 |3561 |-4.097991e+01 |-2.800000e+01 |  31.67%
1343.81/1343.81	c  1344s|350000 |302146 | 19276k|  55.1 | 273M|  97 | 102 | 200 | 428 | 200 | 330 |  47 |3279 |3584 |-4.095638e+01 |-2.800000e+01 |  31.63%
1376.61/1376.60	c  1377s|360000 |310498 | 19777k|  54.9 | 281M|  97 |  81 | 200 | 436 | 200 | 330 |  47 |3348 |3617 |-4.093134e+01 |-2.800000e+01 |  31.59%
1410.31/1410.32	c  1410s|370000 |318752 | 20299k|  54.9 | 288M|  97 |   - | 200 | 453 | 200 | 330 |  47 |3418 |3644 |-4.089488e+01 |-2.800000e+01 |  31.53%
1443.13/1443.21	c  1443s|380000 |326972 | 20809k|  54.8 | 295M|  97 |  72 | 200 | 450 | 200 | 330 |  47 |3479 |3669 |-4.087242e+01 |-2.800000e+01 |  31.49%
1476.13/1476.14	c  1476s|390000 |335320 | 21315k|  54.7 | 303M|  97 |  60 | 200 | 468 | 200 | 330 |  47 |3560 |3699 |-4.084796e+01 |-2.800000e+01 |  31.45%
1505.83/1505.87	c  1506s|400000 |343216 | 21787k|  54.5 | 310M|  97 |  38 | 200 | 470 | 200 | 330 |  47 |3635 |3729 |-4.082952e+01 |-2.800000e+01 |  31.42%
1536.22/1536.21	c  1536s|410000 |350956 | 22263k|  54.3 | 317M|  97 |  63 | 200 | 465 | 200 | 330 |  47 |3706 |3755 |-4.080530e+01 |-2.800000e+01 |  31.38%
1568.82/1568.80	c  1569s|420000 |359186 | 22760k|  54.2 | 325M|  97 |  42 | 200 | 457 | 200 | 330 |  47 |3772 |3796 |-4.078487e+01 |-2.800000e+01 |  31.35%
1600.92/1600.94	c  1601s|430000 |367332 | 23258k|  54.1 | 332M|  97 |  65 | 200 | 461 | 200 | 330 |  47 |3848 |3825 |-4.076293e+01 |-2.800000e+01 |  31.31%
1633.43/1633.46	c  1633s|440000 |375612 | 23760k|  54.0 | 339M|  97 |  49 | 200 | 468 | 200 | 330 |  47 |3927 |3859 |-4.073827e+01 |-2.800000e+01 |  31.27%
1665.02/1665.02	c  1665s|450000 |383714 | 24253k|  53.9 | 347M|  97 | 119 | 200 | 464 | 200 | 330 |  47 |3988 |3881 |-4.072289e+01 |-2.800000e+01 |  31.24%
1695.72/1695.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1695.72/1695.78	c  1696s|460000 |391618 | 24734k|  53.8 | 354M|  97 |  89 | 200 | 488 | 200 | 330 |  47 |4079 |3912 |-4.070763e+01 |-2.800000e+01 |  31.22%
1727.42/1727.46	c  1727s|470000 |399856 | 25228k|  53.7 | 362M|  97 |  63 | 200 | 497 | 200 | 330 |  47 |4157 |3945 |-4.069221e+01 |-2.800000e+01 |  31.19%
1758.72/1758.78	c  1759s|480000 |407966 | 25715k|  53.6 | 369M|  97 | 101 | 200 | 464 | 200 | 330 |  47 |4212 |3967 |-4.067761e+01 |-2.800000e+01 |  31.17%
1790.84/1790.82	c  1791s|490000 |416028 | 26215k|  53.5 | 376M|  97 |  79 | 200 | 453 | 200 | 330 |  47 |4283 |3992 |-4.065748e+01 |-2.800000e+01 |  31.13%
1800.02/1800.00	c 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Solving Time (sec) : 1800.00
1800.02/1800.00	c Solving Nodes      : 492791
1800.02/1800.00	c Primal Bound       : -2.80000000000000e+01 (419 solutions)
1800.02/1800.00	c Dual Bound         : -4.06530501984363e+01
1800.02/1800.00	c Gap                : 31.12 %
1800.02/1800.00	s SATISFIABLE
1800.02/1800.00	v x128 -x141 x182 -x146 x136 -x166 -x181 -x185 -x156 x153 -x179 -x178 -x149 -x152 -x124 -x133 -x188 x189 -x147 x139 x197 -x191 x163 
1800.02/1800.00	v x130 x192 x194 -x106 -x170 x140 -x109 -x117 -x107 -x196 -x187 -x168 -x190 x148 -x171 -x161 -x160 -x158 -x154 -x151 -x114 -x173 
1800.02/1800.00	v x199 -x176 -x177 -x193 x172 -x143 -x135 -x162 -x125 x195 x120 -x200 -x157 x167 x134 -x113 x111 x131 -x121 -x183 -x123 x174 
1800.02/1800.00	v -x180 -x169 -x198 -x159 x137 -x132 -x122 -x119 -x112 -x105 -x118 x150 x142 -x103 -x104 -x165 -x115 -x155 -x101 -x144 -x116 
1800.02/1800.00	v x110 x108 -x145 x186 -x129 -x126 -x138 -x164 -x127 -x175 -x184 -x102 x100 -x99 x98 -x97 x96 -x95 -x94 x93 -x92 -x91 -x90 -x89 
1800.02/1800.00	v x88 -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.02/1800.00	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.02/1800.00	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.02/1800.00	v x9 -x8 -x7 -x6 x5 -x4 -x3 -x2 -x1 
1800.02/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.02/1800.00	c Total Time         :    1800.00
1800.02/1800.00	c   solving          :    1800.00
1800.02/1800.00	c   presolving       :       0.04 (included in solving)
1800.02/1800.00	c   reading          :       0.01 (included in solving)
1800.02/1800.00	c Original Problem   :
1800.02/1800.00	c   Problem name     : HOME/instance-3450750-1307111236.opb
1800.02/1800.00	c   Variables        : 1458 (1458 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 1759 initial, 1759 maximal
1800.02/1800.00	c Presolved Problem  :
1800.02/1800.00	c   Problem name     : t_HOME/instance-3450750-1307111236.opb
1800.02/1800.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.02/1800.00	c   Constraints      : 301 initial, 592 maximal
1800.02/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.02/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   dualfix          :       0.00       1258          0          0          0          0          0          0          0          0
1800.02/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.02/1800.00	c   pseudoboolean    :       0.00          0          0          0          0          0       1458          0          0          0
1800.02/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.02/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   integral         :          0          0          0     455673          0        424          0          2         84          0          0     911186
1800.02/1800.00	c   knapsack         :        200          6    1649800          0          1        419      34673         82    2349803          0          0          0
1800.02/1800.00	c   setppc           :        100          6    1639543          0          1        418       4058          0     288716          0          0          0
1800.02/1800.00	c   linear           :          1          6    1649716          0          0        418          4        260          0          0          0          0
1800.02/1800.00	c   logicor          :          0+         0     394949          0          0          0          0          0         23          0          0          0
1800.02/1800.00	c   countsols        :          0          0          0          0          1        422          0          0          0          0          0          0
1800.02/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.02/1800.00	c   integral         :      32.08       0.00       0.00      32.08       0.00       0.00       0.00
1800.02/1800.00	c   knapsack         :       9.42       0.01       9.37       0.00       0.00       0.03       0.01
1800.02/1800.00	c   setppc           :       1.65       0.00       1.65       0.00       0.00       0.00       0.00
1800.02/1800.00	c   linear           :       1.39       0.01       1.38       0.00       0.00       0.00       0.00
1800.02/1800.00	c   logicor          :       0.82       0.00       0.82       0.00       0.00       0.00       0.00
1800.02/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.02/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.02/1800.00	c   vbounds          :          0          0          0          0
1800.02/1800.00	c   rootredcost      :          6          0          0          0
1800.02/1800.00	c   pseudoobj        :    1656307        185        190        613
1800.02/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.02/1800.00	c   vbounds          :       0.28       0.28       0.00
1800.02/1800.00	c   rootredcost      :       0.35       0.35       0.00
1800.02/1800.00	c   pseudoobj        :       5.33       5.33       0.00
1800.02/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.02/1800.00	c   propagation      :       0.01         82         82        734       58.9          0        0.0          -
1800.02/1800.00	c   infeasible LP    :       0.23       6110       5881      20656       33.3          0        0.0          0
1800.02/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.02/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.02/1800.00	c   applied globally :          -          -          -       4230        9.6          -          -          -
1800.02/1800.00	c   applied locally  :          -          -          -         80       46.7          -          -          -
1800.02/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.02/1800.00	c   cut pool         :       0.00          5          -          -         17          -    (maximal pool size: 284)
1800.02/1800.00	c   redcost          :       2.84     492112          0     180806          0          0
1800.02/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.02/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.02/1800.00	c   gomory           :       0.10          6          0          0          0          0
1800.02/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.02/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.02/1800.00	c   strongcg         :       0.09          6          0          0        243          0
1800.02/1800.00	c   cmir             :       0.02          6          0          0         41          0
1800.02/1800.00	c   flowcover        :       0.03          6          0          0          0          0
1800.02/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.02/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.02/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.02/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.02/1800.00	c   rapidlearning    :       0.02          1          0          0          0          0
1800.02/1800.00	c Pricers            :       Time      Calls       Vars
1800.02/1800.00	c   problem variables:       0.00          0          0
1800.02/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.02/1800.00	c   relpscost        :      31.82     455673          2         84          0          0     911186
1800.02/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   inference        :       0.00          1          0          0          0          0          2
1800.02/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.02/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.02/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.02/1800.00	c   LP solutions     :       0.00          -          0
1800.02/1800.00	c   pseudo solutions :       0.00          -          0
1800.02/1800.00	c   oneopt           :       0.11          6          0
1800.02/1800.00	c   crossover        :       0.24          5          0
1800.02/1800.00	c   objpscostdiving  :      17.93        434         43
1800.02/1800.00	c   rootsoldiving    :      13.65       1156         35
1800.02/1800.00	c   guideddiving     :      34.61       4623          0
1800.02/1800.00	c   veclendiving     :      36.79       4623          0
1800.02/1800.00	c   fracdiving       :      37.55       4624          3
1800.02/1800.00	c   pscostdiving     :      36.74       4624          1
1800.02/1800.00	c   linesearchdiving :      36.11       4624          1
1800.02/1800.00	c   coefdiving       :      32.94       4624          0
1800.02/1800.00	c   trivial          :       0.00          2          1
1800.02/1800.00	c   shiftandpropagate:       0.00          0          0
1800.02/1800.00	c   simplerounding   :       0.09          0          0
1800.02/1800.00	c   zirounding       :      14.03          0          0
1800.02/1800.00	c   rounding         :      12.38      33111          1
1800.02/1800.00	c   shifting         :      35.56      40357        333
1800.02/1800.00	c   intshifting      :       0.01          0          0
1800.02/1800.00	c   twoopt           :       0.00          0          0
1800.02/1800.00	c   fixandinfer      :       0.00          0          0
1800.02/1800.00	c   feaspump         :       0.01          0          0
1800.02/1800.00	c   clique           :       0.00          0          0
1800.02/1800.00	c   intdiving        :       0.00          0          0
1800.02/1800.00	c   actconsdiving    :       0.00          0          0
1800.02/1800.00	c   octane           :       0.00          0          0
1800.02/1800.00	c   rens             :       0.01          0          0
1800.02/1800.00	c   rins             :       0.00          0          0
1800.02/1800.00	c   localbranching   :       0.00          0          0
1800.02/1800.00	c   mutation         :       0.00          0          0
1800.02/1800.00	c   dins             :       0.00          0          0
1800.02/1800.00	c   vbounds          :       0.00          0          0
1800.02/1800.00	c   undercover       :       0.00          0          0
1800.02/1800.00	c   subnlp           :       0.08          0          0
1800.02/1800.00	c   trysol           :       0.12          0          0
1800.02/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.02/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.02/1800.00	c   dual LP          :    1393.91     510311   23005234      45.08   16504.05
1800.02/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.02/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.02/1800.00	c   diving/probing LP:     206.29     583555    3353618       5.75   16256.58
1800.02/1800.00	c   strong branching :      21.20       3996     184447      46.16    8701.41
1800.02/1800.00	c     (at root node) :          -         12       4192     349.33          -
1800.02/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.02/1800.00	c B&B Tree           :
1800.02/1800.00	c   number of runs   :          1
1800.02/1800.00	c   nodes            :     492791
1800.02/1800.00	c   nodes (total)    :     492791
1800.02/1800.00	c   nodes left       :     418303
1800.02/1800.00	c   max depth        :         97
1800.02/1800.00	c   max depth (total):         97
1800.02/1800.00	c   backtracks       :      47880 (9.7%)
1800.02/1800.00	c   delayed cutoffs  :          0
1800.02/1800.00	c   repropagations   :        106 (23 domain reductions, 0 cutoffs)
1800.02/1800.00	c   avg switch length:       4.59
1800.02/1800.00	c   switching time   :      11.93
1800.02/1800.00	c Solution           :
1800.02/1800.00	c   Solutions found  :        419 (8 improvements)
1800.02/1800.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.02/1800.00	c   Primal Bound     : -2.80000000000000e+01   (in run 1, after 716 nodes, 17.99 seconds, depth 94, found by <linesearchdiving>)
1800.02/1800.00	c   Dual Bound       : -4.06530501984363e+01
1800.02/1800.00	c   Gap              :      31.12 %
1800.02/1800.00	c   Root Dual Bound  : -4.99999999999998e+01
1800.02/1800.00	c   Root Iterations  :       1249

Verifier Data

OK	-28

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3450750-1307111236/watcher-3450750-1307111236 -o /tmp/evaluation-result-3450750-1307111236/solver-3450750-1307111236 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450750-1307111236.opb -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 1/493 11805
/proc/meminfo: memFree=29106032/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=17572 CPUtime=0.01 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 3334 0 0 0 1 0 0 0 22 0 1 0 822723270 17993728 3287 33554432000 4194304 9163163 140737299617040 18446744073709551615 6607168 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 4393 3287 443 1214 0 3175 0

[startup+0.026667 s]
/proc/loadavg: 1.84 1.97 1.99 1/493 11805
/proc/meminfo: memFree=29106032/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=22936 CPUtime=0.02 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 4740 0 0 0 2 0 0 0 22 0 1 0 822723270 23486464 4436 33554432000 4194304 9163163 140737299617040 18446744073709551615 18446744073699065989 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 5734 4436 509 1214 0 4516 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22936

[startup+0.100703 s]
/proc/loadavg: 1.84 1.97 1.99 1/493 11805
/proc/meminfo: memFree=29106032/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=24708 CPUtime=0.09 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 5388 0 0 0 9 0 0 0 18 0 1 0 822723270 25300992 5084 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 6177 5084 659 1214 0 4959 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24708

[startup+0.300668 s]
/proc/loadavg: 1.84 1.97 1.99 1/493 11805
/proc/meminfo: memFree=29106032/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=29148 CPUtime=0.29 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 9138 0 0 0 28 1 0 0 18 0 1 0 822723270 29847552 6211 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7287 6211 742 1214 0 6069 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29148

[startup+0.700601 s]
/proc/loadavg: 1.84 1.97 1.99 1/493 11805
/proc/meminfo: memFree=29106032/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=28928 CPUtime=0.69 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 10695 0 0 0 67 2 0 0 18 0 1 0 822723270 29622272 6162 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7232 6162 732 1214 0 6014 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28928

[startup+1.50047 s]
/proc/loadavg: 1.84 1.97 1.99 3/499 11816
/proc/meminfo: memFree=28989000/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=28928 CPUtime=1.49 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 10710 0 0 0 146 3 0 0 19 0 1 0 822723270 29622272 6177 33554432000 4194304 9163163 140737299617040 18446744073709551615 7390854 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7232 6177 733 1214 0 6014 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28928

[startup+3.10023 s]
/proc/loadavg: 1.84 1.97 1.99 3/499 11816
/proc/meminfo: memFree=28983604/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=29152 CPUtime=3.09 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 10724 0 0 0 303 6 0 0 25 0 1 0 822723270 29851648 6191 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7288 6191 733 1214 0 6070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29152

[startup+6.30065 s]
/proc/loadavg: 1.93 1.99 1.99 3/499 11816
/proc/meminfo: memFree=28979160/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=29152 CPUtime=6.29 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 10725 0 0 0 615 14 0 0 25 0 1 0 822723270 29851648 6192 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7288 6192 734 1214 0 6070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29152

[startup+12.7006 s]
/proc/loadavg: 2.02 2.00 2.00 3/499 11816
/proc/meminfo: memFree=28970368/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=29464 CPUtime=12.69 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 12431 0 0 0 1234 35 0 0 25 0 1 0 822723270 30171136 6286 33554432000 4194304 9163163 140737299617040 18446744073709551615 7389599 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7366 6286 737 1214 0 6148 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29464

[startup+25.5004 s]
/proc/loadavg: 2.01 2.00 2.00 3/499 11816
/proc/meminfo: memFree=28963936/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=30460 CPUtime=25.49 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 12691 0 0 0 2480 69 0 0 25 0 1 0 822723270 31191040 6546 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 7615 6546 737 1214 0 6397 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30460

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/499 11816
/proc/meminfo: memFree=28954644/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=34116 CPUtime=51.09 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 23953 0 0 0 4944 165 0 0 25 0 1 0 822723270 34934784 7499 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 8529 7499 741 1214 0 7311 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 34116

[startup+102.318 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 11818
/proc/meminfo: memFree=28943100/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=44304 CPUtime=102.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 29192 0 0 0 9870 361 0 0 25 0 1 0 822723270 45367296 10065 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 11076 10065 741 1214 0 9858 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 44304

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 11820
/proc/meminfo: memFree=28927592/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=57620 CPUtime=162.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 35237 0 0 0 15624 606 0 0 25 0 1 0 822723270 59002880 13417 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 14405 13417 741 1214 0 13187 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 57620

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 11820
/proc/meminfo: memFree=28919508/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=70020 CPUtime=222.29 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 38439 0 0 0 21378 851 0 0 25 0 1 0 822723270 71700480 16619 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 17505 16619 741 1214 0 16287 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 70020

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 11822
/proc/meminfo: memFree=28907336/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=81224 CPUtime=282.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 42052 0 0 0 27126 1104 0 0 25 0 1 0 822723270 83173376 19396 33554432000 4194304 9163163 140737299617040 18446744073709551615 7379383 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 20306 19396 741 1214 0 19088 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81224

[startup+342.301 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 11824
/proc/meminfo: memFree=28895516/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=92160 CPUtime=342.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 44874 0 0 0 32876 1354 0 0 25 0 1 0 822723270 94371840 22218 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 23040 22218 741 1214 0 21822 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92160

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 11826
/proc/meminfo: memFree=28881244/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=109424 CPUtime=402.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 48746 0 0 0 38621 1609 0 0 25 0 1 0 822723270 112050176 26090 33554432000 4194304 9163163 140737299617040 18446744073709551615 4693200 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 27356 26090 741 1214 0 26138 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 109424

[startup+462.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 11828
/proc/meminfo: memFree=28868824/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=120580 CPUtime=462.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 54195 0 0 0 44382 1848 0 0 25 0 1 0 822723270 123473920 28884 33554432000 4194304 9163163 140737299617040 18446744073709551615 7376073 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 30145 28884 741 1214 0 28927 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120580

[startup+522.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 11828
/proc/meminfo: memFree=28855044/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=134744 CPUtime=522.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 57802 0 0 0 50134 2096 0 0 25 0 1 0 822723270 137977856 32487 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 33686 32487 741 1214 0 32468 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 134744

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 11830
/proc/meminfo: memFree=28850436/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=145208 CPUtime=582.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 60444 0 0 0 55862 2369 0 0 25 0 1 0 822723270 148692992 35129 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 36302 35129 741 1214 0 35084 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 145208

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 11836
/proc/meminfo: memFree=28788232/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=200416 CPUtime=822.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 74530 0 0 0 78839 3391 0 0 25 0 1 0 822723270 205225984 49215 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 50104 49215 741 1214 0 48886 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 200416

[startup+882.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/499 11838
/proc/meminfo: memFree=28771596/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=213720 CPUtime=882.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 78716 0 0 0 84588 3643 0 0 25 0 1 0 822723270 218849280 52569 33554432000 4194304 9163163 140737299617040 18446744073709551615 7390025 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 53430 52569 741 1214 0 52212 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 213720

[startup+942.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/499 11840
/proc/meminfo: memFree=28763264/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=226536 CPUtime=942.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 80931 0 0 0 90327 3904 0 0 25 0 1 0 822723270 231972864 54784 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 56634 54784 741 1214 0 55416 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 226536

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 11842
/proc/meminfo: memFree=28746016/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=243308 CPUtime=1002.3 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 85223 0 0 0 96066 4164 0 0 25 0 1 0 822723270 249147392 59076 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 60827 59076 741 1214 0 59609 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 243308

[startup+1062.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 11844
/proc/meminfo: memFree=28738432/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=252964 CPUtime=1062.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 87675 0 0 0 101806 4425 0 0 25 0 1 0 822723270 259035136 61528 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 63241 61528 741 1214 0 62023 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 252964

[startup+1122.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 11844
/proc/meminfo: memFree=28722288/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=269072 CPUtime=1122.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 91753 0 0 0 107545 4686 0 0 25 0 1 0 822723270 275529728 65604 33554432000 4194304 9163163 140737299617040 18446744073709551615 7225149 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 67268 65604 741 1214 0 66050 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 269072

[startup+1182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 11846
/proc/meminfo: memFree=28709128/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=281080 CPUtime=1182.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 94835 0 0 0 113282 4949 0 0 25 0 1 0 822723270 287825920 68686 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 70270 68686 741 1214 0 69052 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 281080

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 11848
/proc/meminfo: memFree=28694848/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=294716 CPUtime=1242.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 98287 0 0 0 119016 5215 0 0 25 0 1 0 822723270 301789184 72138 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 73679 72138 741 1214 0 72461 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 294716

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 11850
/proc/meminfo: memFree=28677856/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=311368 CPUtime=1302.32 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 102523 0 0 0 124751 5481 0 0 25 0 1 0 822723270 318840832 76374 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 77842 76374 741 1214 0 76624 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 311368

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 11852
/proc/meminfo: memFree=28666548/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=323668 CPUtime=1362.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 105647 0 0 0 130481 5750 0 0 25 0 1 0 822723270 331436032 79485 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 80917 79485 741 1214 0 79699 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 323668

[startup+1422.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 11852
/proc/meminfo: memFree=28651148/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=336692 CPUtime=1422.33 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 108923 0 0 0 136217 6016 0 0 25 0 1 0 822723270 344772608 82761 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 84173 82761 741 1214 0 82955 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 336692

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/499 11854
/proc/meminfo: memFree=28640476/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=346240 CPUtime=1482.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 111388 0 0 0 141949 6282 0 0 25 0 1 0 822723270 354549760 85226 33554432000 4194304 9163163 140737299617040 18446744073709551615 7375978 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 86560 85226 741 1214 0 85342 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 346240

[startup+1542.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/499 11856
/proc/meminfo: memFree=28623096/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=363972 CPUtime=1542.32 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 117388 0 0 0 147671 6561 0 0 25 0 1 0 822723270 372707328 89724 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 90993 89724 741 1214 0 89775 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 363972

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/499 11858
/proc/meminfo: memFree=28608708/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=379724 CPUtime=1602.31 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 121354 0 0 0 153402 6829 0 0 25 0 1 0 822723270 388837376 93690 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 94931 93690 741 1214 0 93713 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 379724

[startup+1662.3 s]
/proc/loadavg: 2.10 2.05 2.01 4/499 11860
/proc/meminfo: memFree=28595424/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=392268 CPUtime=1662.32 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 124520 0 0 0 159125 7107 0 0 25 0 1 0 822723270 401682432 96856 33554432000 4194304 9163163 140737299617040 18446744073709551615 7249755 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 98067 96856 741 1214 0 96849 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 392268

[startup+1722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 11860
/proc/meminfo: memFree=28584988/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=403748 CPUtime=1722.32 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 127506 0 0 0 164865 7367 0 0 25 0 1 0 822723270 413437952 99842 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 100937 99842 741 1214 0 99719 0
Current children cumulated CPU time (s) 1722.32
Current children cumulated vsize (KiB) 403748

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 11862
/proc/meminfo: memFree=28570212/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=415076 CPUtime=1782.32 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 130411 0 0 0 170591 7641 0 0 25 0 1 0 822723270 425037824 102747 33554432000 4194304 9163163 140737299617040 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/11805/statm: 103769 102747 741 1214 0 102551 0
Current children cumulated CPU time (s) 1782.32
Current children cumulated vsize (KiB) 415076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 11864
/proc/meminfo: memFree=28565740/32951132 swapFree=57925096/67111528
[pid=11805] ppid=11803 vsize=418716 CPUtime=1800.03 cores=1,3,5,7
/proc/11805/stat : 11805 (scip-2.0.1.4b.l) R 11803 11805 10513 0 -1 4202496 131298 0 0 0 172280 7723 0 0 25 0 1 0 822723270 428765184 103634 33554432000 4194304 9163163 140737299617040 18446744073709551615 6682528 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/11805/statm: 104679 103634 744 1214 0 103461 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 418716

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.04
CPU time (s): 1800.07
CPU user time (s): 1722.81
CPU system time (s): 77.2523
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 418716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1722.81
system time used= 77.2523
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131298
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= 6
involuntary context switches= 2203

runsolver used 9.15961 second user time and 20.2999 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-03 16:27:16
IDJOB=3450750
IDBENCH=48274
IDSOLVER=1948
FILE ID=node129/3450750-1307111236
RUNJOBID= node129-1307109434-11678
PBS_JOBID= 13497990
Free space on /tmp= 73868 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_100_10_4.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3450750-1307111236/watcher-3450750-1307111236 -o /tmp/evaluation-result-3450750-1307111236/solver-3450750-1307111236 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450750-1307111236.opb -t 1800 -m 15500

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= edb32574ecafd14c2d1410b208d85a45
RANDOM SEED=2111210807

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29106188 kB
Buffers:        307388 kB
Cached:        2105852 kB
SwapCached:      49348 kB
Active:         406572 kB
Inactive:      3156988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29106188 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           12056 kB
Writeback:           0 kB
AnonPages:     1111880 kB
Mapped:          14456 kB
Slab:           153296 kB
PageTables:      58420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147303180 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73844 MiB
End job on node129 at 2011-06-03 16:57:19