Trace number 3450727

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.09 1800.03

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_1.opb
MD5SUM8c398fbb12ba7dbf676dd8375a76e0de
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.57
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)2496
Sum of products size (including duplicates)4992
Number of different products1248
Sum of products size2496

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-3450727-1307110148.opb>
0.00/0.01	c original problem has 1448 variables (1448 bin, 0 int, 0 impl, 0 cont) and 1749 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.00/0.04	c (round 1) 0 del vars, 1448 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 10184 impls, 199 clqs
0.00/0.05	c (round 2) 1248 del vars, 1448 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10184 impls, 0 clqs
0.00/0.06	c    (0.1s) probing: 101/200 (50.5%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.06	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.00/0.06	c presolving (3 rounds):
0.00/0.06	c  1248 deleted vars, 1448 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  10184 implications, 0 cliques
0.00/0.06	c presolved problem has 200 variables (200 bin, 0 int, 0 impl, 0 cont) and 301 constraints
0.00/0.06	c     200 constraints of type <knapsack>
0.00/0.06	c     100 constraints of type <setppc>
0.00/0.06	c       1 constraints of type <linear>
0.00/0.06	c transformed objective value is always integral (scale: 1)
0.00/0.06	c Presolving Time: 0.04
0.00/0.06	c - non default parameters ----------------------------------------------------------------------
0.00/0.06	c # SCIP version 2.0.1.5
0.00/0.06	c 
0.00/0.06	c # frequency for displaying node information lines
0.00/0.06	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.06	c display/freq = 10000
0.00/0.06	c 
0.00/0.06	c # maximal time in seconds to run
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/time = 1800
0.00/0.06	c 
0.00/0.06	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.06	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.06	c limits/memory = 13950
0.00/0.06	c 
0.00/0.06	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.06	c # [type: int, range: [1,2], default: 1]
0.00/0.06	c timing/clocktype = 2
0.00/0.06	c 
0.00/0.06	c # belongs reading time to solving time?
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c timing/reading = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify inequalities
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/linear/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/indicator/addCouplingCons = TRUE
0.00/0.06	c 
0.00/0.06	c # should presolving try to simplify knapsacks
0.00/0.06	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.06	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.06	c 
0.00/0.06	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.06	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.06	c separating/rapidlearning/freq = 0
0.00/0.06	c 
0.00/0.06	c -----------------------------------------------------------------------------------------------
0.00/0.06	c start solving
0.00/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 |  1206 |     - |4137k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.09/0.14	o -1
0.09/0.14	c R 0.1s|     1 |     0 |  1206 |     - |4149k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.19/0.20	o -17
0.19/0.20	c y 0.2s|     1 |     0 |  1206 |     - |4474k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.19/0.21	c   0.2s|     1 |     0 |  1231 |     - |4483k|   0 | 200 | 200 | 302 | 200 | 325 |  24 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.19/0.26	c   0.3s|     1 |     0 |  1239 |     - |4694k|   0 | 200 | 200 | 302 | 200 | 327 |  26 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.29/0.31	c   0.3s|     1 |     0 |  1248 |     - |4735k|   0 | 200 | 200 | 302 | 200 | 333 |  32 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.29/0.37	c   0.4s|     1 |     0 |  1261 |     - |4748k|   0 | 200 | 200 | 302 | 200 | 339 |  38 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.39/0.43	c   0.4s|     1 |     0 |  1267 |     - |4780k|   0 | 200 | 200 | 302 | 200 | 341 |  40 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
0.39/0.48	c   0.5s|     1 |     0 |  1274 |     - |4785k|   0 | 200 | 200 | 302 | 200 | 342 |  41 |   0 |   0 |-5.000000e+01 |-1.700000e+01 |  66.00%
1.19/1.24	c   1.2s|     1 |     2 |  1274 |     - |4786k|   0 | 200 | 200 | 302 | 200 | 342 |  41 |   0 |  15 |-5.000000e+01 |-1.700000e+01 |  66.00%
3.99/4.07	o -23
3.99/4.07	c c 4.1s|    14 |    15 |  2508 |  94.9 |4901k|  13 |   - | 200 | 302 | 200 | 330 |  41 |   0 | 218 |-4.945825e+01 |-2.300000e+01 |  53.50%
5.79/5.81	o -24
5.79/5.81	c p 5.8s|    26 |    27 |  3459 |  87.4 |4911k|  14 |   - | 200 | 302 | 200 | 330 |  41 |   0 | 392 |-4.924978e+01 |-2.400000e+01 |  51.27%
7.09/7.11	o -26
7.09/7.11	c f 7.1s|    38 |    39 |  4486 |  86.8 |4927k|  14 |   - | 200 | 302 | 200 | 330 |  41 |   0 | 568 |-4.924978e+01 |-2.600000e+01 |  47.21%
15.99/16.04	o -28
15.99/16.04	c f16.0s|   623 |   536 | 55400 |  87.0 |5955k|  26 |   - | 200 | 327 | 200 | 330 |  41 |  27 |1240 |-4.795603e+01 |-2.800000e+01 |  41.61%
85.99/86.08	c  86.1s| 10000 |  8709 |768054 |  76.7 |  12M|  90 |  74 | 200 | 453 | 200 | 330 |  41 | 172 |1249 |-4.379529e+01 |-2.800000e+01 |  36.07%
138.69/138.71	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
138.69/138.71	c   139s| 20000 | 18025 |  1451k|  72.5 |  20M|  90 |  79 | 200 | 623 | 200 | 330 |  41 | 406 |1352 |-4.337825e+01 |-2.800000e+01 |  35.45%
188.60/188.61	c   189s| 30000 | 27413 |  2118k|  70.6 |  28M|  90 |  68 | 200 | 671 | 200 | 330 |  41 | 605 |1516 |-4.321284e+01 |-2.800000e+01 |  35.20%
239.59/239.71	c   240s| 40000 | 36853 |  2802k|  70.0 |  35M|  90 |  69 | 200 | 552 | 200 | 330 |  41 | 719 |1678 |-4.298863e+01 |-2.800000e+01 |  34.87%
288.70/288.72	c   289s| 50000 | 46171 |  3466k|  69.3 |  43M|  90 | 150 | 200 | 545 | 200 | 330 |  41 | 881 |1832 |-4.280272e+01 |-2.800000e+01 |  34.58%
336.20/336.23	c   336s| 60000 | 55481 |  4110k|  68.5 |  51M|  90 |  70 | 200 | 545 | 200 | 330 |  41 |1032 |1969 |-4.265396e+01 |-2.800000e+01 |  34.36%
383.92/383.99	c   384s| 70000 | 64755 |  4765k|  68.1 |  59M|  90 | 117 | 200 | 499 | 200 | 330 |  41 |1131 |2076 |-4.252612e+01 |-2.800000e+01 |  34.16%
429.80/429.84	c   430s| 80000 | 73825 |  5407k|  67.6 |  67M|  90 |   - | 200 | 488 | 200 | 330 |  41 |1242 |2205 |-4.244429e+01 |-2.800000e+01 |  34.03%
476.21/476.25	c   476s| 90000 | 82925 |  6051k|  67.2 |  74M|  90 |  68 | 200 | 505 | 200 | 330 |  41 |1369 |2317 |-4.234439e+01 |-2.800000e+01 |  33.88%
522.10/522.19	c   522s|100000 | 92035 |  6693k|  66.9 |  82M|  90 |  57 | 200 | 484 | 200 | 330 |  41 |1463 |2403 |-4.225663e+01 |-2.800000e+01 |  33.74%
566.21/566.20	c   566s|110000 |100913 |  7316k|  66.5 |  90M|  90 |  39 | 200 | 466 | 200 | 330 |  41 |1555 |2481 |-4.217983e+01 |-2.800000e+01 |  33.62%
609.61/609.64	c   610s|120000 |109887 |  7931k|  66.1 |  97M|  90 |  62 | 200 | 483 | 200 | 330 |  41 |1664 |2583 |-4.212115e+01 |-2.800000e+01 |  33.53%
652.61/652.65	c   653s|130000 |118725 |  8541k|  65.7 | 105M|  90 |  86 | 200 | 505 | 200 | 330 |  41 |1794 |2656 |-4.206287e+01 |-2.800000e+01 |  33.43%
694.81/694.84	c   695s|140000 |127541 |  9142k|  65.3 | 113M|  90 |  55 | 200 | 501 | 200 | 330 |  41 |1889 |2717 |-4.202386e+01 |-2.800000e+01 |  33.37%
736.81/736.80	c   737s|150000 |136269 |  9745k|  65.0 | 120M|  90 |  61 | 200 | 480 | 200 | 330 |  41 |1974 |2780 |-4.197353e+01 |-2.800000e+01 |  33.29%
778.11/778.19	c   778s|160000 |144973 | 10337k|  64.6 | 128M|  90 |  74 | 200 | 476 | 200 | 330 |  41 |2057 |2843 |-4.193014e+01 |-2.800000e+01 |  33.22%
819.32/819.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
819.32/819.37	c   819s|170000 |153647 | 10933k|  64.3 | 136M|  90 | 123 | 200 | 476 | 200 | 330 |  41 |2162 |2905 |-4.188176e+01 |-2.800000e+01 |  33.15%
860.91/860.96	c   861s|180000 |162349 | 11531k|  64.1 | 143M|  90 |  85 | 200 | 454 | 200 | 330 |  41 |2230 |2968 |-4.184896e+01 |-2.800000e+01 |  33.09%
901.42/901.43	c   901s|190000 |171031 | 12112k|  63.7 | 151M|  90 | 136 | 200 | 445 | 200 | 330 |  41 |2315 |3036 |-4.181025e+01 |-2.800000e+01 |  33.03%
942.82/942.81	c   943s|200000 |179803 | 12703k|  63.5 | 158M|  90 |  84 | 200 | 458 | 200 | 330 |  41 |2403 |3089 |-4.177714e+01 |-2.800000e+01 |  32.98%
984.32/984.36	c   984s|210000 |188505 | 13303k|  63.3 | 166M|  90 |  76 | 200 | 471 | 200 | 330 |  41 |2488 |3161 |-4.173457e+01 |-2.800000e+01 |  32.91%
1023.72/1023.74	c  1024s|220000 |197119 | 13876k|  63.1 | 174M|  90 | 117 | 200 | 468 | 200 | 330 |  41 |2577 |3195 |-4.169830e+01 |-2.800000e+01 |  32.85%
1064.84/1064.83	c  1065s|230000 |205867 | 14471k|  62.9 | 181M|  90 | 133 | 200 | 457 | 200 | 330 |  41 |2663 |3242 |-4.166129e+01 |-2.800000e+01 |  32.79%
1104.02/1104.03	c  1104s|240000 |214395 | 15046k|  62.7 | 189M|  90 |  77 | 200 | 477 | 200 | 330 |  41 |2768 |3293 |-4.162977e+01 |-2.800000e+01 |  32.74%
1142.53/1142.58	c  1143s|250000 |222733 | 15617k|  62.5 | 197M|  90 | 105 | 200 | 495 | 200 | 330 |  41 |2885 |3338 |-4.160210e+01 |-2.800000e+01 |  32.70%
1182.03/1182.01	c  1182s|260000 |231307 | 16191k|  62.3 | 204M|  90 | 119 | 200 | 485 | 200 | 330 |  41 |2968 |3401 |-4.157116e+01 |-2.800000e+01 |  32.65%
1220.43/1220.46	c  1220s|270000 |239819 | 16758k|  62.1 | 212M|  90 |  71 | 200 | 456 | 200 | 330 |  41 |3049 |3445 |-4.154664e+01 |-2.800000e+01 |  32.61%
1259.54/1259.59	c  1260s|280000 |248395 | 17336k|  61.9 | 219M|  90 |  76 | 200 | 459 | 200 | 330 |  41 |3128 |3488 |-4.152066e+01 |-2.800000e+01 |  32.56%
1297.83/1297.87	c  1298s|290000 |256831 | 17902k|  61.7 | 227M|  90 |  99 | 200 | 452 | 200 | 330 |  41 |3199 |3541 |-4.150144e+01 |-2.800000e+01 |  32.53%
1336.03/1336.06	c  1336s|300000 |265235 | 18471k|  61.6 | 234M|  90 |  68 | 200 | 459 | 200 | 330 |  41 |3284 |3582 |-4.148066e+01 |-2.800000e+01 |  32.50%
1374.03/1374.06	c  1374s|310000 |273621 | 19038k|  61.4 | 242M|  90 |  90 | 200 | 494 | 200 | 330 |  41 |3395 |3620 |-4.145826e+01 |-2.800000e+01 |  32.46%
1410.93/1410.90	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1410.93/1410.90	c  1411s|320000 |281849 | 19589k|  61.2 | 249M|  90 | 100 | 200 | 485 | 200 | 330 |  41 |3467 |3662 |-4.143949e+01 |-2.800000e+01 |  32.43%
1448.03/1448.03	c  1448s|330000 |290195 | 20141k|  61.0 | 257M|  90 |  71 | 200 | 446 | 200 | 330 |  41 |3531 |3696 |-4.141667e+01 |-2.800000e+01 |  32.39%
1486.73/1486.72	c  1487s|340000 |298725 | 20711k|  60.9 | 264M|  90 |  58 | 200 | 469 | 200 | 330 |  41 |3644 |3741 |-4.139269e+01 |-2.800000e+01 |  32.36%
1524.74/1524.76	c  1525s|350000 |307355 | 21268k|  60.8 | 272M|  90 | 129 | 200 | 471 | 200 | 330 |  41 |3723 |3772 |-4.137351e+01 |-2.800000e+01 |  32.32%
1561.74/1561.78	c  1562s|360000 |315743 | 21816k|  60.6 | 280M|  90 |  66 | 200 | 453 | 200 | 330 |  41 |3802 |3803 |-4.135332e+01 |-2.800000e+01 |  32.29%
1598.14/1598.17	c  1598s|370000 |324205 | 22355k|  60.4 | 287M|  90 | 120 | 200 | 450 | 200 | 330 |  41 |3881 |3832 |-4.133849e+01 |-2.800000e+01 |  32.27%
1635.54/1635.60	c  1636s|380000 |332619 | 22914k|  60.3 | 295M|  90 |  68 | 200 | 456 | 200 | 330 |  41 |3961 |3870 |-4.131506e+01 |-2.800000e+01 |  32.23%
1673.15/1673.13	c  1673s|390000 |341179 | 23465k|  60.2 | 302M|  90 | 124 | 200 | 462 | 200 | 330 |  41 |4036 |3896 |-4.129171e+01 |-2.800000e+01 |  32.19%
1710.74/1710.72	c  1711s|400000 |349667 | 24021k|  60.0 | 310M|  90 |  61 | 200 | 480 | 200 | 330 |  41 |4134 |3950 |-4.127442e+01 |-2.800000e+01 |  32.16%
1746.34/1746.31	c  1746s|410000 |357917 | 24555k|  59.9 | 317M|  90 |  75 | 200 | 482 | 200 | 330 |  41 |4211 |3969 |-4.125704e+01 |-2.800000e+01 |  32.13%
1783.05/1783.10	c  1783s|420000 |366409 | 25102k|  59.8 | 325M|  90 | 144 | 200 | 448 | 200 | 330 |  41 |4277 |4002 |-4.124074e+01 |-2.800000e+01 |  32.11%
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 424861
1800.04/1800.00	c Primal Bound       : -2.80000000000000e+01 (390 solutions)
1800.04/1800.00	c Dual Bound         : -4.12360964246377e+01
1800.04/1800.00	c Gap                : 32.10 %
1800.04/1800.00	s SATISFIABLE
1800.04/1800.00	v x162 -x134 -x175 -x180 -x186 -x172 x132 -x166 x142 -x153 -x118 -x129 -x113 x140 -x161 x133 x200 -x152 -x195 -x119 -x189 -x177 -x109 
1800.04/1800.00	v -x188 -x144 -x165 -x107 -x135 x196 -x106 x198 -x176 -x146 -x139 x182 -x197 -x105 -x158 -x147 x145 -x126 -x121 -x181 -x192 
1800.04/1800.00	v x114 -x171 x125 -x199 -x138 -x104 -x151 -x149 -x115 -x108 -x185 -x120 x174 -x143 -x157 -x103 x190 x155 -x154 -x148 x170 -x159 
1800.04/1800.00	v x123 x124 x183 -x130 -x168 x102 -x111 -x110 x169 x112 -x137 x173 -x141 x127 x164 -x191 -x128 -x101 -x179 -x167 -x160 x156 
1800.04/1800.00	v x131 -x117 x163 -x122 -x150 -x193 -x136 -x194 -x116 -x178 -x187 -x184 -x100 x99 -x98 -x97 -x96 -x95 x94 x93 x92 -x91 -x90 -x89 
1800.04/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.04/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 x35 
1800.04/1800.00	v -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 -x9 
1800.04/1800.00	v x8 -x7 -x6 -x5 -x4 -x3 -x2 -x1 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.04 (included in solving)
1800.04/1800.00	c   reading          :       0.01 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3450727-1307110148.opb
1800.04/1800.00	c   Variables        : 1448 (1448 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 1749 initial, 1749 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3450727-1307110148.opb
1800.04/1800.00	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 301 initial, 675 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00       1248          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   pseudoboolean    :       0.00          0          0          0          0          0       1448          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     397759          0        395          0          0         80          0          0     795390
1800.04/1800.00	c   knapsack         :        200          6    1469199          0          0        390      33730         61    1952297          0          0          0
1800.04/1800.00	c   setppc           :        100          6    1457574          0          0        389       4216          0     284460          0          0          0
1800.04/1800.00	c   linear           :          1+         7    1469138          0          0        389          0        210          0          0          0          0
1800.04/1800.00	c   logicor          :          0+         0     348559          0          0          0          0          0          1          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          0        393          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :      33.16       0.00       0.00      33.16       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :       8.40       0.01       8.37       0.00       0.00       0.02       0.01
1800.04/1800.00	c   setppc           :       1.55       0.00       1.55       0.00       0.00       0.00       0.00
1800.04/1800.00	c   linear           :       1.05       0.01       1.04       0.00       0.00       0.00       0.00
1800.04/1800.00	c   logicor          :       0.79       0.00       0.79       0.00       0.00       0.00       0.00
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          5          0          0          0
1800.04/1800.00	c   pseudoobj        :    1479275        122        112         36
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.25       0.25       0.00
1800.04/1800.00	c   rootredcost      :       0.31       0.31       0.00
1800.04/1800.00	c   pseudoobj        :       4.80       4.80       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :       0.00         61         61        583       55.0          0        0.0          -
1800.04/1800.00	c   infeasible LP    :       0.23       5994       5847      20916       33.1          0        0.0          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -       4260       10.0          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -         41       50.3          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 139)
1800.04/1800.00	c   redcost          :       2.40     424701          0     142921          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.10          6          0          0          0          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.08          6          0          0        104          0
1800.04/1800.00	c   cmir             :       0.02          6          0          0         35          0
1800.04/1800.00	c   flowcover        :       0.03          6          0          0          0          0
1800.04/1800.00	c   clique           :       0.00          1          0          0          0          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.03          1          0          0          0          1
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :      32.93     397759          0         80          0          0     795390
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.10          5          0
1800.04/1800.00	c   crossover        :       0.23          6          1
1800.04/1800.00	c   veclendiving     :      36.60       4098          0
1800.04/1800.00	c   coefdiving       :      33.48       4099          1
1800.04/1800.00	c   fracdiving       :      36.90       4099          2
1800.04/1800.00	c   pscostdiving     :      34.44       4099          1
1800.04/1800.00	c   linesearchdiving :      34.58       4099          0
1800.04/1800.00	c   trivial          :       0.00          2          1
1800.04/1800.00	c   shiftandpropagate:       0.00          0          0
1800.04/1800.00	c   simplerounding   :       0.08          0          0
1800.04/1800.00	c   zirounding       :      13.12          0          0
1800.04/1800.00	c   rounding         :      12.61      30820          1
1800.04/1800.00	c   shifting         :      29.69      31897        225
1800.04/1800.00	c   intshifting      :       0.01          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   feaspump         :       0.01          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   objpscostdiving  :      24.12        524         93
1800.04/1800.00	c   rootsoldiving    :      15.36       1182         64
1800.04/1800.00	c   guideddiving     :      34.19       4099          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.01          0          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.07          0          0
1800.04/1800.00	c   trysol           :       0.11          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :    1404.43     437563   21898795      50.05   15592.69
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:     211.60     555140    3458032       6.23   16342.62
1800.04/1800.00	c   strong branching :      23.21       4013     188717      47.03    8131.74
1800.04/1800.00	c     (at root node) :          -         15       4768     317.87          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     424861
1800.04/1800.00	c   nodes (total)    :     424861
1800.04/1800.00	c   nodes left       :     370470
1800.04/1800.00	c   max depth        :         90
1800.04/1800.00	c   max depth (total):         90
1800.04/1800.00	c   backtracks       :      41843 (9.8%)
1800.04/1800.00	c   delayed cutoffs  :          0
1800.04/1800.00	c   repropagations   :          1 (1 domain reductions, 0 cutoffs)
1800.04/1800.00	c   avg switch length:       4.76
1800.04/1800.00	c   switching time   :      10.69
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :        390 (7 improvements)
1800.04/1800.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
1800.04/1800.00	c   Primal Bound     : -2.80000000000000e+01   (in run 1, after 623 nodes, 16.04 seconds, depth 97, found by <fracdiving>)
1800.04/1800.00	c   Dual Bound       : -4.12360964246377e+01
1800.04/1800.00	c   Gap              :      32.10 %
1800.04/1800.00	c   Root Dual Bound  : -4.99999999999995e+01
1800.04/1800.00	c   Root Iterations  :       1274

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-3450727-1307110148/watcher-3450727-1307110148 -o /tmp/evaluation-result-3450727-1307110148/solver-3450727-1307110148 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450727-1307110148.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 2.13 2.05 2.01 2/461 14115
/proc/meminfo: memFree=28483368/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=14772 CPUtime=0 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 2686 0 0 0 0 0 0 0 25 0 1 0 822612735 15126528 2640 33554432000 4194304 9163163 140733468588512 18446744073709551615 8041849 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14115/statm: 3693 2640 410 1214 0 2475 0

[startup+0.065337 s]
/proc/loadavg: 2.13 2.05 2.01 2/461 14115
/proc/meminfo: memFree=28483368/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=24836 CPUtime=0.05 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 5330 0 0 0 5 0 0 0 25 0 1 0 822612735 25432064 5026 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 6209 5026 659 1214 0 4991 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24836

[startup+0.100332 s]
/proc/loadavg: 2.13 2.05 2.01 2/461 14115
/proc/meminfo: memFree=28483368/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=25040 CPUtime=0.09 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 5413 0 0 0 9 0 0 0 25 0 1 0 822612735 25640960 5109 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 6260 5109 660 1214 0 5042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25040

[startup+0.300296 s]
/proc/loadavg: 2.13 2.05 2.01 2/461 14115
/proc/meminfo: memFree=28483368/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=35680 CPUtime=0.29 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 8607 0 0 0 28 1 0 0 25 0 1 0 822612735 36536320 7596 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 8920 7596 725 1214 0 7702 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35680

[startup+0.700221 s]
/proc/loadavg: 2.13 2.05 2.01 2/461 14115
/proc/meminfo: memFree=28483368/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=35960 CPUtime=0.69 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 8764 0 0 0 68 1 0 0 25 0 1 0 822612735 36823040 7753 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 8990 7753 732 1214 0 7772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35960

[startup+1.50105 s]
/proc/loadavg: 2.13 2.05 2.01 3/462 14116
/proc/meminfo: memFree=28460544/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=35960 CPUtime=1.49 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 8765 0 0 0 147 2 0 0 25 0 1 0 822612735 36823040 7754 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 8990 7754 733 1214 0 7772 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35960

[startup+3.10076 s]
/proc/loadavg: 2.13 2.05 2.01 3/462 14116
/proc/meminfo: memFree=28459180/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=35960 CPUtime=3.09 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 8765 0 0 0 306 3 0 0 25 0 1 0 822612735 36823040 7754 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 8990 7754 733 1214 0 7772 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35960

[startup+6.30021 s]
/proc/loadavg: 2.28 2.08 2.02 3/462 14116
/proc/meminfo: memFree=28455756/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=35960 CPUtime=6.29 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 8765 0 0 0 623 6 0 0 25 0 1 0 822612735 36823040 7754 33554432000 4194304 9163163 140733468588512 18446744073709551615 7390488 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 8990 7754 733 1214 0 7772 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35960

[startup+12.7011 s]
/proc/loadavg: 2.25 2.08 2.02 3/462 14116
/proc/meminfo: memFree=28447448/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=35960 CPUtime=12.7 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 8769 0 0 0 1258 12 0 0 25 0 1 0 822612735 36823040 7758 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 8990 7758 737 1214 0 7772 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 35960

[startup+25.5007 s]
/proc/loadavg: 2.20 2.08 2.02 3/462 14117
/proc/meminfo: memFree=28442840/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=37092 CPUtime=25.49 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 9184 0 0 0 2524 25 0 0 25 0 1 0 822612735 37982208 8173 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 9273 8173 737 1214 0 8055 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37092

[startup+51.1011 s]
/proc/loadavg: 2.13 2.07 2.02 3/462 14117
/proc/meminfo: memFree=28430768/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=38648 CPUtime=51.09 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 12256 0 0 0 5059 50 0 0 25 0 1 0 822612735 39575552 8692 33554432000 4194304 9163163 140733468588512 18446744073709551615 7399144 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 9662 8692 741 1214 0 8444 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38648

[startup+102.317 s]
/proc/loadavg: 2.05 2.06 2.01 3/462 14119
/proc/meminfo: memFree=28391484/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=40224 CPUtime=102.31 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 16859 0 0 0 10118 113 0 0 25 0 1 0 822612735 41189376 9111 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 10056 9111 741 1214 0 8838 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40224

[startup+162.301 s]
/proc/loadavg: 2.06 2.06 2.01 3/462 14120
/proc/meminfo: memFree=28415372/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=51724 CPUtime=162.29 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 19782 0 0 0 16032 197 0 0 25 0 1 0 822612735 52965376 12033 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 12931 12033 741 1214 0 11713 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 51724

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/462 14122
/proc/meminfo: memFree=28383696/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=62584 CPUtime=222.3 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 22542 0 0 0 21947 283 0 0 25 0 1 0 822612735 64086016 14793 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 15646 14793 741 1214 0 14428 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62584

[startup+282.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/462 14123
/proc/meminfo: memFree=28373468/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=72520 CPUtime=282.3 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 27700 0 0 0 27861 369 0 0 25 0 1 0 822612735 74260480 17297 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 18130 17297 741 1214 0 16912 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72520

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 14125
/proc/meminfo: memFree=28367724/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=80940 CPUtime=342.3 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 29839 0 0 0 33780 450 0 0 25 0 1 0 822612735 82882560 19436 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 20235 19436 741 1214 0 19017 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80940

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 14127
/proc/meminfo: memFree=28362360/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=96672 CPUtime=402.3 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 33271 0 0 0 39693 537 0 0 25 0 1 0 822612735 98992128 22867 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 24168 22867 741 1214 0 22950 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 96672

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 14128
/proc/meminfo: memFree=28338164/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=107292 CPUtime=462.3 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 35990 0 0 0 45602 628 0 0 25 0 1 0 822612735 109867008 25586 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 26823 25586 741 1214 0 25605 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107292

[startup+522.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/462 14130
/proc/meminfo: memFree=28338096/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=115784 CPUtime=522.31 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 40822 0 0 0 51516 715 0 0 25 0 1 0 822612735 118562816 27750 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 28946 27750 741 1214 0 27728 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 115784

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/462 14131
/proc/meminfo: memFree=28318580/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=127304 CPUtime=582.31 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 43747 0 0 0 57431 800 0 0 25 0 1 0 822612735 130359296 30675 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 31826 30675 741 1214 0 30608 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 127304

[startup+642.301 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/462 14138
/proc/meminfo: memFree=28282060/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=173456 CPUtime=822.31 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 55616 0 0 0 81075 1156 0 0 25 0 1 0 822612735 177618944 42419 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 43364 42419 741 1214 0 42146 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 173456

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 14139
/proc/meminfo: memFree=28258088/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=184544 CPUtime=882.32 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 58473 0 0 0 86987 1245 0 0 25 0 1 0 822612735 188973056 45276 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 46136 45276 741 1214 0 44918 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 184544

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 14141
/proc/meminfo: memFree=28246892/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=193800 CPUtime=942.32 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 62259 0 0 0 92901 1331 0 0 25 0 1 0 822612735 198451200 47618 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 48450 47618 741 1214 0 47232 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 193800

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 14143
/proc/meminfo: memFree=28246972/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=207020 CPUtime=1002.32 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 65642 0 0 0 98815 1417 0 0 25 0 1 0 822612735 211988480 51001 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 51755 51001 741 1214 0 50537 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 207020

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 14144
/proc/meminfo: memFree=28223488/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=224088 CPUtime=1062.32 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 68930 0 0 0 104725 1507 0 0 25 0 1 0 822612735 229466112 54289 33554432000 4194304 9163163 140733468588512 18446744073709551615 5843095 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 56022 54289 741 1214 0 54804 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 224088

[startup+1122.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/462 14146
/proc/meminfo: memFree=28223196/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=237376 CPUtime=1122.32 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 72256 0 0 0 110636 1596 0 0 25 0 1 0 822612735 243073024 57615 33554432000 4194304 9163163 140733468588512 18446744073709551615 7390368 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 59344 57615 741 1214 0 58126 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 237376

[startup+1182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/462 14147
/proc/meminfo: memFree=28213000/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=245004 CPUtime=1182.33 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 74249 0 0 0 116548 1685 0 0 25 0 1 0 822612735 250884096 59608 33554432000 4194304 9163163 140733468588512 18446744073709551615 7390821 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 61251 59608 741 1214 0 60033 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 245004

[startup+1242.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/462 14149
/proc/meminfo: memFree=28183320/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=258844 CPUtime=1242.33 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 77727 0 0 0 122459 1774 0 0 25 0 1 0 822612735 265056256 63086 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 64711 63086 741 1214 0 63493 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 258844

[startup+1302.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/462 14151
/proc/meminfo: memFree=28174964/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=269504 CPUtime=1302.34 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 80486 0 0 0 128370 1864 0 0 25 0 1 0 822612735 275972096 65845 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 67376 65845 741 1214 0 66158 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 269504

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/462 14152
/proc/meminfo: memFree=28179392/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=282108 CPUtime=1362.33 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 83648 0 0 0 134279 1954 0 0 25 0 1 0 822612735 288878592 69007 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 70527 69007 741 1214 0 69309 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 282108

[startup+1422.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 14154
/proc/meminfo: memFree=28149076/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=292680 CPUtime=1422.35 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 86395 0 0 0 140189 2046 0 0 25 0 1 0 822612735 299704320 71754 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 73170 71754 741 1214 0 71952 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 292680

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 14155
/proc/meminfo: memFree=28160572/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=305676 CPUtime=1482.33 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 89676 0 0 0 146101 2132 0 0 25 0 1 0 822612735 313012224 75035 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 76419 75035 741 1214 0 75201 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 305676

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 14157
/proc/meminfo: memFree=28132132/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=317732 CPUtime=1542.33 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 92731 0 0 0 152007 2226 0 0 25 0 1 0 822612735 325357568 78088 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 79433 78088 741 1214 0 78215 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 317732

[startup+1602.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/462 14159
/proc/meminfo: memFree=28115720/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=331404 CPUtime=1602.34 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 96144 0 0 0 157914 2320 0 0 25 0 1 0 822612735 339357696 81501 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 82851 81501 741 1214 0 81633 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 331404

[startup+1662.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/462 14160
/proc/meminfo: memFree=28101932/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=344616 CPUtime=1662.34 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 99567 0 0 0 163822 2412 0 0 25 0 1 0 822612735 352886784 84924 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 86154 84924 741 1214 0 84936 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 344616

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/462 14162
/proc/meminfo: memFree=28088616/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=357232 CPUtime=1722.34 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 105032 0 0 0 169726 2508 0 0 25 0 1 0 822612735 365805568 88110 33554432000 4194304 9163163 140733468588512 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 89308 88110 741 1214 0 88090 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 357232

[startup+1782.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/462 14191
/proc/meminfo: memFree=28191824/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=367316 CPUtime=1782.34 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 107606 0 0 0 175638 2596 0 0 25 0 1 0 822612735 376131584 90684 33554432000 4194304 9163163 140733468588512 18446744073709551615 7375992 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/14115/statm: 91829 90684 741 1214 0 90611 0
Current children cumulated CPU time (s) 1782.34
Current children cumulated vsize (KiB) 367316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.08 2.06 2.01 3/462 14192
/proc/meminfo: memFree=28186516/32951124 swapFree=41830676/67111528
[pid=14115] ppid=14113 vsize=372304 CPUtime=1800.05 cores=0,2,4,6
/proc/14115/stat : 14115 (scip-2.0.1.4b.l) R 14113 14115 12829 0 -1 4202496 108902 0 0 0 177381 2624 0 0 25 0 1 0 822612735 381239296 91960 33554432000 4194304 9163163 140733468588512 18446744073709551615 4747075 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14115/statm: 93076 91960 744 1214 0 91858 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 372304

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.03
CPU time (s): 1800.09
CPU user time (s): 1773.82
CPU system time (s): 26.265
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 372304

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

runsolver used 8.5757 second user time and 17.6313 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-03 16:09:08
IDJOB=3450727
IDBENCH=48251
IDSOLVER=1948
FILE ID=node138/3450727-1307110148
RUNJOBID= node138-1307106520-13793
PBS_JOBID= 13497998
Free space on /tmp= 73648 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_1.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-3450727-1307110148/watcher-3450727-1307110148 -o /tmp/evaluation-result-3450727-1307110148/solver-3450727-1307110148 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450727-1307110148.opb -t 1800 -m 15500

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

MD5SUM BENCH= 8c398fbb12ba7dbf676dd8375a76e0de
RANDOM SEED=1986332797

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28483524 kB
Buffers:        294404 kB
Cached:        1085864 kB
SwapCached:      44568 kB
Active:        2388368 kB
Inactive:      1789960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28483524 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:           25144 kB
Writeback:           0 kB
AnonPages:     2764960 kB
Mapped:          19456 kB
Slab:           127996 kB
PageTables:      93048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130843556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73636 MiB
End job on node138 at 2011-06-03 16:39:10