Trace number 3450721

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.04

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_100_10_3.opb
MD5SUM4ec3492215da9d1ca4e43111c42870de
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.62
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
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)2488
Sum of products size (including duplicates)4976
Number of different products1244
Sum of products size2488

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.01	c SCIP version 2.0.1.5 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.01	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-3450721-1307109798.opb>
0.00/0.01	c original problem has 1444 variables (1444 bin, 0 int, 0 impl, 0 cont) and 1745 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.05	c (round 1) 0 del vars, 1444 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 10152 impls, 199 clqs
0.00/0.06	c (round 2) 1244 del vars, 1444 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 300 upgd conss, 10152 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  1244 deleted vars, 1444 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.06	c  10152 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.05
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.07	c start solving
0.00/0.07	c 
0.08/0.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.08/0.14	c t 0.1s|     1 |     0 |  1133 |     - |4129k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 | 0.000000e+00 | 100.00%
0.08/0.14	o -1
0.08/0.14	c R 0.1s|     1 |     0 |  1133 |     - |4146k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.000000e+00 |  98.00%
0.19/0.21	o -19
0.19/0.21	c y 0.2s|     1 |     0 |  1133 |     - |4536k|   0 | 200 | 200 | 301 | 200 | 301 |   0 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
0.19/0.23	c   0.2s|     1 |     0 |  1148 |     - |4544k|   0 | 200 | 200 | 302 | 200 | 316 |  15 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
0.19/0.28	c   0.3s|     1 |     0 |  1151 |     - |4645k|   0 | 200 | 200 | 302 | 200 | 318 |  17 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
0.29/0.32	c   0.3s|     1 |     0 |  1156 |     - |4654k|   0 | 200 | 200 | 302 | 200 | 319 |  18 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
0.29/0.37	c   0.4s|     1 |     0 |  1159 |     - |4661k|   0 | 200 | 200 | 302 | 200 | 321 |  20 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
0.39/0.43	c   0.4s|     1 |     0 |  1163 |     - |4670k|   0 | 200 | 200 | 302 | 200 | 322 |  21 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
0.39/0.48	c   0.5s|     1 |     0 |  1166 |     - |4672k|   0 | 200 | 200 | 302 | 200 | 324 |  23 |   0 |   0 |-5.000000e+01 |-1.900000e+01 |  62.00%
1.78/1.83	c   1.8s|     1 |     2 |  1166 |     - |4673k|   0 | 200 | 200 | 302 | 200 | 324 |  23 |   0 |  27 |-5.000000e+01 |-1.900000e+01 |  62.00%
4.19/4.27	o -21
4.19/4.27	c c 4.3s|    14 |    15 |  2510 | 103.4 |4779k|  13 |   - | 200 | 302 | 200 | 320 |  23 |   0 | 286 |-4.982160e+01 |-2.100000e+01 |  57.85%
5.89/5.93	o -23
5.89/5.93	c p 5.9s|    26 |    27 |  3841 | 107.0 |4799k|  13 |   - | 200 | 302 | 200 | 320 |  23 |   0 | 467 |-4.962849e+01 |-2.300000e+01 |  53.66%
6.99/7.07	o -24
6.99/7.07	c f 7.1s|    38 |    39 |  4764 |  97.2 |4829k|  13 |   - | 200 | 302 | 200 | 320 |  23 |   0 | 625 |-4.962849e+01 |-2.400000e+01 |  51.64%
14.30/14.31	o -25
14.30/14.31	c l14.3s|   575 |   516 | 44650 |  75.8 |5681k|  25 |   - | 200 | 320 | 200 | 320 |  23 |  18 |1274 |-4.829421e+01 |-2.500000e+01 |  48.23%
14.89/14.90	o -27
14.89/14.90	c f14.9s|   637 |   521 | 49364 |  75.8 |5766k|  25 |   - | 200 | 321 | 200 | 320 |  23 |  19 |1274 |-4.728458e+01 |-2.700000e+01 |  42.90%
15.40/15.47	o -28
15.40/15.47	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
15.40/15.47	c f15.5s|   658 |   513 | 53359 |  79.4 |5772k|  25 |   - | 200 | 321 | 200 | 320 |  23 |  19 |1274 |-4.693720e+01 |-2.800000e+01 |  40.35%
58.39/58.43	c  58.4s| 10000 |  5281 |450884 |  45.0 |  10M|  94 |  76 | 200 | 417 | 200 | 320 |  23 | 166 |1277 |-4.394206e+01 |-2.800000e+01 |  36.28%
115.89/115.90	c   116s| 20000 | 15019 |  1113k|  55.6 |  17M|  94 | 151 | 200 | 522 | 200 | 320 |  23 | 335 |1292 |-4.321467e+01 |-2.800000e+01 |  35.21%
169.41/169.42	c   169s| 30000 | 24675 |  1742k|  58.0 |  25M|  94 | 140 | 200 | 526 | 200 | 320 |  23 | 455 |1408 |-4.290529e+01 |-2.800000e+01 |  34.74%
221.01/221.02	c   221s| 40000 | 34185 |  2354k|  58.8 |  32M|  94 | 135 | 200 | 480 | 200 | 320 |  23 | 546 |1564 |-4.265593e+01 |-2.800000e+01 |  34.36%
270.29/270.37	c   270s| 50000 | 43575 |  2953k|  59.1 |  39M|  94 |  61 | 200 | 453 | 200 | 320 |  23 | 635 |1722 |-4.243754e+01 |-2.800000e+01 |  34.02%
318.79/318.81	c   319s| 60000 | 52993 |  3546k|  59.1 |  47M|  94 | 118 | 200 | 452 | 200 | 320 |  23 | 732 |1874 |-4.229784e+01 |-2.800000e+01 |  33.80%
365.21/365.27	c   365s| 70000 | 62237 |  4130k|  59.0 |  55M|  94 | 106 | 200 | 468 | 200 | 320 |  23 | 819 |2006 |-4.216034e+01 |-2.800000e+01 |  33.59%
410.90/410.98	c   411s| 80000 | 71373 |  4710k|  58.9 |  62M|  94 | 100 | 200 | 455 | 200 | 320 |  23 | 902 |2136 |-4.206872e+01 |-2.800000e+01 |  33.44%
455.31/455.31	c   455s| 90000 | 80373 |  5283k|  58.7 |  69M|  94 |   - | 200 | 480 | 200 | 320 |  23 |1003 |2246 |-4.201181e+01 |-2.800000e+01 |  33.35%
498.80/498.87	c   499s|100000 | 89317 |  5844k|  58.4 |  77M|  94 |  84 | 200 | 507 | 200 | 320 |  23 |1107 |2332 |-4.192156e+01 |-2.800000e+01 |  33.21%
540.40/540.48	c   540s|110000 | 97939 |  6402k|  58.2 |  84M|  94 |  78 | 200 | 500 | 200 | 320 |  23 |1196 |2428 |-4.186350e+01 |-2.800000e+01 |  33.12%
584.21/584.25	c   584s|120000 |106799 |  6979k|  58.2 |  92M|  94 |  84 | 200 | 523 | 200 | 320 |  23 |1337 |2523 |-4.178083e+01 |-2.800000e+01 |  32.98%
626.21/626.21	c   626s|130000 |115701 |  7532k|  57.9 |  99M|  94 |  88 | 200 | 522 | 200 | 320 |  23 |1443 |2596 |-4.172857e+01 |-2.800000e+01 |  32.90%
667.91/667.99	c   668s|140000 |124537 |  8086k|  57.8 | 106M|  94 | 112 | 200 | 473 | 200 | 320 |  23 |1515 |2674 |-4.169140e+01 |-2.800000e+01 |  32.84%
707.71/707.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
707.71/707.74	c   708s|150000 |132979 |  8622k|  57.5 | 114M|  94 | 105 | 200 | 463 | 200 | 320 |  23 |1593 |2749 |-4.165298e+01 |-2.800000e+01 |  32.78%
746.82/746.90	c   747s|160000 |141373 |  9152k|  57.2 | 121M|  94 |  76 | 200 | 451 | 200 | 320 |  23 |1672 |2805 |-4.161841e+01 |-2.800000e+01 |  32.72%
787.11/787.15	c   787s|170000 |150037 |  9692k|  57.0 | 128M|  94 |  46 | 200 | 439 | 200 | 320 |  23 |1749 |2866 |-4.158920e+01 |-2.800000e+01 |  32.67%
827.51/827.53	c   828s|180000 |158823 | 10234k|  56.9 | 136M|  94 | 120 | 200 | 436 | 200 | 320 |  23 |1820 |2924 |-4.155434e+01 |-2.800000e+01 |  32.62%
867.21/867.26	c   867s|190000 |167639 | 10761k|  56.6 | 143M|  94 |  89 | 200 | 432 | 200 | 320 |  23 |1888 |2989 |-4.153353e+01 |-2.800000e+01 |  32.58%
908.01/908.01	c   908s|200000 |176441 | 11308k|  56.5 | 150M|  94 |  86 | 200 | 415 | 200 | 320 |  23 |1946 |3044 |-4.150310e+01 |-2.800000e+01 |  32.54%
946.52/946.57	c   947s|210000 |184969 | 11827k|  56.3 | 158M|  94 | 102 | 200 | 453 | 200 | 320 |  23 |2049 |3102 |-4.147462e+01 |-2.800000e+01 |  32.49%
987.11/987.18	c   987s|220000 |193651 | 12376k|  56.3 | 165M|  94 |  95 | 200 | 448 | 200 | 320 |  23 |2119 |3148 |-4.143992e+01 |-2.800000e+01 |  32.43%
1026.62/1026.66	c  1027s|230000 |202347 | 12908k|  56.1 | 173M|  94 |  79 | 200 | 445 | 200 | 320 |  23 |2200 |3205 |-4.140908e+01 |-2.800000e+01 |  32.38%
1064.84/1064.86	c  1065s|240000 |210959 | 13423k|  55.9 | 180M|  94 |   - | 200 | 435 | 200 | 320 |  23 |2259 |3248 |-4.136867e+01 |-2.800000e+01 |  32.32%
1104.22/1104.26	c  1104s|250000 |219585 | 13954k|  55.8 | 187M|  94 | 100 | 200 | 448 | 200 | 320 |  23 |2353 |3292 |-4.134022e+01 |-2.800000e+01 |  32.27%
1140.13/1140.11	c  1140s|260000 |227617 | 14449k|  55.6 | 194M|  94 | 122 | 200 | 498 | 200 | 320 |  23 |2465 |3336 |-4.131051e+01 |-2.800000e+01 |  32.22%
1176.62/1176.63	c  1177s|270000 |235973 | 14949k|  55.4 | 202M|  94 | 125 | 200 | 470 | 200 | 320 |  23 |2532 |3375 |-4.128780e+01 |-2.800000e+01 |  32.18%
1214.45/1214.47	c  1214s|280000 |244155 | 15467k|  55.2 | 209M|  94 |   - | 200 | 450 | 200 | 320 |  23 |2610 |3436 |-4.125123e+01 |-2.800000e+01 |  32.12%
1251.53/1251.50	c  1251s|290000 |252283 | 15981k|  55.1 | 216M|  94 |  98 | 200 | 444 | 200 | 320 |  23 |2685 |3476 |-4.122102e+01 |-2.800000e+01 |  32.07%
1288.83/1288.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1288.83/1288.86	c  1289s|300000 |260617 | 16493k|  55.0 | 223M|  94 |  70 | 200 | 459 | 200 | 320 |  23 |2774 |3522 |-4.120147e+01 |-2.800000e+01 |  32.04%
1327.03/1327.07	c  1327s|310000 |269187 | 17009k|  54.9 | 231M|  94 | 135 | 200 | 470 | 200 | 320 |  23 |2865 |3565 |-4.117572e+01 |-2.800000e+01 |  32.00%
1364.63/1364.62	c  1365s|320000 |277523 | 17523k|  54.8 | 238M|  94 |  62 | 200 | 443 | 200 | 320 |  23 |2916 |3612 |-4.115266e+01 |-2.800000e+01 |  31.96%
1401.53/1401.59	c  1402s|330000 |285941 | 18030k|  54.6 | 245M|  94 |  59 | 200 | 451 | 200 | 320 |  23 |2997 |3647 |-4.113118e+01 |-2.800000e+01 |  31.93%
1437.54/1437.56	c  1438s|340000 |294307 | 18522k|  54.5 | 252M|  94 |  49 | 200 | 447 | 200 | 320 |  23 |3065 |3681 |-4.111293e+01 |-2.800000e+01 |  31.89%
1473.33/1473.33	c  1473s|350000 |302631 | 19018k|  54.3 | 260M|  94 | 100 | 200 | 423 | 200 | 320 |  23 |3119 |3729 |-4.109064e+01 |-2.800000e+01 |  31.86%
1508.44/1508.50	c  1508s|360000 |310921 | 19511k|  54.2 | 267M|  94 |  84 | 200 | 438 | 200 | 320 |  23 |3193 |3762 |-4.107542e+01 |-2.800000e+01 |  31.83%
1543.25/1543.28	c  1543s|370000 |318959 | 19998k|  54.0 | 274M|  94 |  61 | 200 | 454 | 200 | 320 |  23 |3263 |3800 |-4.105706e+01 |-2.800000e+01 |  31.80%
1577.54/1577.52	c  1578s|380000 |326871 | 20478k|  53.9 | 281M|  94 |  64 | 200 | 471 | 200 | 320 |  23 |3355 |3839 |-4.103869e+01 |-2.800000e+01 |  31.77%
1613.44/1613.44	c  1613s|390000 |335183 | 20977k|  53.8 | 288M|  94 | 137 | 200 | 462 | 200 | 320 |  23 |3420 |3886 |-4.102234e+01 |-2.800000e+01 |  31.74%
1648.96/1648.93	c  1649s|400000 |343425 | 21470k|  53.7 | 295M|  94 |  47 | 200 | 451 | 200 | 320 |  23 |3491 |3926 |-4.100454e+01 |-2.800000e+01 |  31.71%
1682.75/1682.79	c  1683s|410000 |351017 | 21959k|  53.6 | 303M|  94 |  51 | 200 | 455 | 200 | 320 |  23 |3568 |3962 |-4.098072e+01 |-2.800000e+01 |  31.68%
1715.96/1715.97	c  1716s|420000 |358803 | 22431k|  53.4 | 310M|  94 |   - | 200 | 486 | 200 | 320 |  23 |3667 |3991 |-4.096805e+01 |-2.800000e+01 |  31.65%
1750.74/1750.75	c  1751s|430000 |366975 | 22919k|  53.3 | 317M|  94 |  58 | 200 | 483 | 200 | 320 |  23 |3761 |4023 |-4.095084e+01 |-2.800000e+01 |  31.63%
1785.04/1785.05	c  1785s|440000 |374849 | 23400k|  53.2 | 324M|  94 |  61 | 200 | 469 | 200 | 320 |  23 |3826 |4058 |-4.093539e+01 |-2.800000e+01 |  31.60%
1800.05/1800.01	c 
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Solving Time (sec) : 1800.00
1800.05/1800.01	c Solving Nodes      : 444590
1800.05/1800.01	c Primal Bound       : -2.80000000000000e+01 (455 solutions)
1800.05/1800.01	c Dual Bound         : -4.09277357222575e+01
1800.05/1800.01	c Gap                : 31.59 %
1800.05/1800.01	s SATISFIABLE
1800.05/1800.01	v -x166 -x164 x158 -x163 -x121 x171 -x113 x156 -x144 x135 -x152 x161 x122 -x130 -x157 x146 -x181 x129 -x111 x192 x167 -x154 -x185 
1800.05/1800.01	v x127 -x117 -x184 -x120 -x124 x134 x178 -x168 x136 x172 x110 x187 x190 x200 -x105 -x151 -x131 -x109 -x106 -x183 -x153 -x182 -x189 
1800.05/1800.01	v -x149 -x195 -x104 -x198 -x193 -x188 -x128 -x119 -x112 x191 -x179 -x162 -x107 -x137 -x115 -x175 -x145 -x132 -x108 x199 -x138 
1800.05/1800.01	v -x148 -x174 x139 -x143 -x197 -x180 -x160 -x155 -x150 -x118 -x114 -x116 -x196 x176 -x142 -x103 x140 -x194 -x125 -x101 -x170 
1800.05/1800.01	v x133 -x123 x159 -x165 -x102 -x177 -x173 -x126 x141 -x169 x186 -x147 -x100 -x99 x98 x97 x96 x95 -x94 -x93 -x92 -x91 -x90 -x89 
1800.05/1800.01	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.05/1800.01	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.05/1800.01	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.05/1800.01	v -x9 -x8 -x7 -x6 x5 x4 -x3 -x2 -x1 
1800.05/1800.01	c SCIP Status        : solving was interrupted [time limit reached]
1800.05/1800.01	c Total Time         :    1800.00
1800.05/1800.01	c   solving          :    1800.00
1800.05/1800.01	c   presolving       :       0.05 (included in solving)
1800.05/1800.01	c   reading          :       0.01 (included in solving)
1800.05/1800.01	c Original Problem   :
1800.05/1800.01	c   Problem name     : HOME/instance-3450721-1307109798.opb
1800.05/1800.01	c   Variables        : 1444 (1444 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 1745 initial, 1745 maximal
1800.05/1800.01	c Presolved Problem  :
1800.05/1800.01	c   Problem name     : t_HOME/instance-3450721-1307109798.opb
1800.05/1800.01	c   Variables        : 200 (200 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.01	c   Constraints      : 301 initial, 558 maximal
1800.05/1800.01	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.05/1800.01	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   dualfix          :       0.00       1244          0          0          0          0          0          0          0          0
1800.05/1800.01	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   probing          :       0.01          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   knapsack         :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   linear           :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.05/1800.01	c   pseudoboolean    :       0.00          0          0          0          0          0       1444          0          0          0
1800.05/1800.01	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.05/1800.01	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   integral         :          0          0          0     411567          0        460          0          2         54          0          0     823032
1800.05/1800.01	c   knapsack         :        200          6    1551129          0          1        455      32109         98    1892691          0          0          0
1800.05/1800.01	c   setppc           :        100          6    1539878          0          1        454       3968          0     291737          0          0          0
1800.05/1800.01	c   linear           :          1+         7    1551030          0          0        454          0        246          0          0          0          0
1800.05/1800.01	c   logicor          :          0+         0     373135          0          0          0          0          0         36          0          0          0
1800.05/1800.01	c   countsols        :          0          0          0          0          1        458          0          0          0          0          0          0
1800.05/1800.01	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.05/1800.01	c   integral         :      34.14       0.00       0.00      34.14       0.00       0.00       0.00
1800.05/1800.01	c   knapsack         :       9.30       0.01       9.26       0.00       0.00       0.03       0.01
1800.05/1800.01	c   setppc           :       1.76       0.00       1.76       0.00       0.00       0.00       0.00
1800.05/1800.01	c   linear           :       1.22       0.01       1.21       0.00       0.00       0.00       0.00
1800.05/1800.01	c   logicor          :       0.83       0.00       0.83       0.00       0.00       0.00       0.00
1800.05/1800.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.05/1800.01	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.05/1800.01	c   vbounds          :          0          0          0          0
1800.05/1800.01	c   rootredcost      :          7          0          0          0
1800.05/1800.01	c   pseudoobj        :    1560281        196        144        866
1800.05/1800.01	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.05/1800.01	c   vbounds          :       0.30       0.30       0.00
1800.05/1800.01	c   rootredcost      :       0.36       0.36       0.00
1800.05/1800.01	c   pseudoobj        :       5.57       5.57       0.00
1800.05/1800.01	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.01	c   propagation      :       0.01         98         98       1002       57.0          0        0.0          -
1800.05/1800.01	c   infeasible LP    :       0.25       5967       5738      19003       33.9          0        0.0          0
1800.05/1800.01	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.01	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.01	c   applied globally :          -          -          -       3791        8.0          -          -          -
1800.05/1800.01	c   applied locally  :          -          -          -         82       43.7          -          -          -
1800.05/1800.01	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.01	c   cut pool         :       0.00          5          -          -          2          -    (maximal pool size: 105)
1800.05/1800.01	c   redcost          :       2.84     444550          0     175402          0          0
1800.05/1800.01	c   impliedbounds    :       0.00          6          0          0          0          0
1800.05/1800.01	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.01	c   gomory           :       0.10          6          0          0          0          0
1800.05/1800.01	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.01	c   closecuts        :       0.00          0          0          0          0          0
1800.05/1800.01	c   strongcg         :       0.08          6          0          0         87          0
1800.05/1800.01	c   cmir             :       0.02          6          0          0         18          0
1800.05/1800.01	c   flowcover        :       0.04          6          0          0          0          0
1800.05/1800.01	c   clique           :       0.00          1          0          0          0          0
1800.05/1800.01	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.01	c   mcf              :       0.00          1          0          0          0          0
1800.05/1800.01	c   oddcycle         :       0.00          0          0          0          0          0
1800.05/1800.01	c   rapidlearning    :       0.03          1          0          0          0          1
1800.05/1800.01	c Pricers            :       Time      Calls       Vars
1800.05/1800.01	c   problem variables:       0.00          0          0
1800.05/1800.01	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.01	c   relpscost        :      33.89     411567          2         54          0          0     823032
1800.05/1800.01	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   inference        :       0.00          1          0          0          0          0          2
1800.05/1800.01	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.01	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.01	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.01	c   LP solutions     :       0.00          -          0
1800.05/1800.01	c   pseudo solutions :       0.00          -          0
1800.05/1800.01	c   intshifting      :       0.01          0          0
1800.05/1800.01	c   feaspump         :       0.01          0          0
1800.05/1800.01	c   oneopt           :       0.12          7          0
1800.05/1800.01	c   crossover        :       0.22          2          0
1800.05/1800.01	c   fracdiving       :      40.13       4142          3
1800.05/1800.01	c   coefdiving       :      38.10       4142          1
1800.05/1800.01	c   pscostdiving     :      39.55       4142          1
1800.05/1800.01	c   linesearchdiving :      38.38       4142          1
1800.05/1800.01	c   guideddiving     :      37.22       4142          0
1800.05/1800.01	c   trivial          :       0.00          2          1
1800.05/1800.01	c   shiftandpropagate:       0.00          0          0
1800.05/1800.01	c   simplerounding   :       0.09          0          0
1800.05/1800.01	c   zirounding       :      14.39          0          0
1800.05/1800.01	c   rounding         :      13.24      31383          1
1800.05/1800.01	c   shifting         :      37.24      37637        324
1800.05/1800.01	c   twoopt           :       0.00          0          0
1800.05/1800.01	c   fixandinfer      :       0.00          0          0
1800.05/1800.01	c   clique           :       0.00          0          0
1800.05/1800.01	c   veclendiving     :      36.70       4142          0
1800.05/1800.01	c   intdiving        :       0.00          0          0
1800.05/1800.01	c   actconsdiving    :       0.00          0          0
1800.05/1800.01	c   objpscostdiving  :      20.68        455         65
1800.05/1800.01	c   rootsoldiving    :      15.05       1127         57
1800.05/1800.01	c   octane           :       0.00          0          0
1800.05/1800.01	c   rens             :       0.01          0          0
1800.05/1800.01	c   rins             :       0.00          0          0
1800.05/1800.01	c   localbranching   :       0.00          0          0
1800.05/1800.01	c   mutation         :       0.00          0          0
1800.05/1800.01	c   dins             :       0.00          0          0
1800.05/1800.01	c   vbounds          :       0.00          0          0
1800.05/1800.01	c   undercover       :       0.00          0          0
1800.05/1800.01	c   subnlp           :       0.08          0          0
1800.05/1800.01	c   trysol           :       0.12          0          0
1800.05/1800.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.01	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.01	c   dual LP          :    1370.31     460549   20290294      44.06   14807.08
1800.05/1800.01	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.01	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.01	c   diving/probing LP:     222.56     577107    3325017       5.76   14939.96
1800.05/1800.01	c   strong branching :      23.03       4070     184861      45.42    8026.31
1800.05/1800.01	c     (at root node) :          -         27       8063     298.63          -
1800.05/1800.01	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.01	c B&B Tree           :
1800.05/1800.01	c   number of runs   :          1
1800.05/1800.01	c   nodes            :     444590
1800.05/1800.01	c   nodes (total)    :     444590
1800.05/1800.01	c   nodes left       :     378333
1800.05/1800.01	c   max depth        :         94
1800.05/1800.01	c   max depth (total):         94
1800.05/1800.01	c   backtracks       :      43251 (9.7%)
1800.05/1800.01	c   delayed cutoffs  :          0
1800.05/1800.01	c   repropagations   :         95 (36 domain reductions, 0 cutoffs)
1800.05/1800.01	c   avg switch length:       4.77
1800.05/1800.01	c   switching time   :      11.87
1800.05/1800.01	c Solution           :
1800.05/1800.01	c   Solutions found  :        455 (9 improvements)
1800.05/1800.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
1800.05/1800.01	c   Primal Bound     : -2.80000000000000e+01   (in run 1, after 658 nodes, 15.47 seconds, depth 101, found by <fracdiving>)
1800.05/1800.01	c   Dual Bound       : -4.09277357222575e+01
1800.05/1800.01	c   Gap              :      31.59 %
1800.05/1800.01	c   Root Dual Bound  : -4.99999999999983e+01
1800.05/1800.01	c   Root Iterations  :       1166

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-3450721-1307109798/watcher-3450721-1307109798 -o /tmp/evaluation-result-3450721-1307109798/solver-3450721-1307109798 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450721-1307109798.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: 1.02 1.48 1.78 5/428 27146
/proc/meminfo: memFree=29117660/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=14752 CPUtime=0 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 2685 0 0 0 0 0 0 0 20 0 1 0 822580276 15106048 2638 33554432000 4194304 9163163 140733724771440 18446744073709551615 8045195 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27145/statm: 3733 2658 410 1214 0 2515 0

[startup+0.0995519 s]
/proc/loadavg: 1.02 1.48 1.78 5/428 27146
/proc/meminfo: memFree=29117660/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=24832 CPUtime=0.08 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 5384 0 0 0 8 0 0 0 20 0 1 0 822580276 25427968 5079 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 6208 5079 659 1214 0 4990 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24832

[startup+0.100553 s]
/proc/loadavg: 1.02 1.48 1.78 5/428 27146
/proc/meminfo: memFree=29117660/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=24832 CPUtime=0.08 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 5384 0 0 0 8 0 0 0 20 0 1 0 822580276 25427968 5079 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 6208 5079 659 1214 0 4990 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24832

[startup+0.300475 s]
/proc/loadavg: 1.02 1.48 1.78 5/428 27146
/proc/meminfo: memFree=29117660/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36108 CPUtime=0.29 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8706 0 0 0 28 1 0 0 21 0 1 0 822580276 36974592 7695 33554432000 4194304 9163163 140733724771440 18446744073709551615 6611622 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9027 7695 725 1214 0 7809 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36108

[startup+0.700401 s]
/proc/loadavg: 1.02 1.48 1.78 5/428 27146
/proc/meminfo: memFree=29117660/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36312 CPUtime=0.69 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8842 0 0 0 68 1 0 0 22 0 1 0 822580276 37183488 7831 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9078 7831 732 1214 0 7860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36312

[startup+1.50029 s]
/proc/loadavg: 1.02 1.48 1.78 4/430 27148
/proc/meminfo: memFree=28942308/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36312 CPUtime=1.48 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8842 0 0 0 147 1 0 0 25 0 1 0 822580276 37183488 7831 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9078 7831 732 1214 0 7860 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36312

[startup+3.10099 s]
/proc/loadavg: 1.02 1.48 1.78 3/430 27148
/proc/meminfo: memFree=28920168/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36312 CPUtime=3.09 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8843 0 0 0 307 2 0 0 25 0 1 0 822580276 37183488 7832 33554432000 4194304 9163163 140733724771440 18446744073709551615 7390842 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9078 7832 733 1214 0 7860 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36312

[startup+6.3004 s]
/proc/loadavg: 1.10 1.49 1.78 4/430 27149
/proc/meminfo: memFree=28917252/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36312 CPUtime=6.29 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8843 0 0 0 625 4 0 0 25 0 1 0 822580276 37183488 7832 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9078 7832 733 1214 0 7860 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36312

[startup+12.7002 s]
/proc/loadavg: 1.17 1.50 1.78 3/430 27149
/proc/meminfo: memFree=28911936/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36312 CPUtime=12.69 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8847 0 0 0 1257 12 0 0 25 0 1 0 822580276 37183488 7836 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9078 7836 737 1214 0 7860 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36312

[startup+25.5008 s]
/proc/loadavg: 1.35 1.52 1.79 4/430 27149
/proc/meminfo: memFree=28872620/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=36312 CPUtime=25.49 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 8848 0 0 0 2523 26 0 0 25 0 1 0 822580276 37183488 7837 33554432000 4194304 9163163 140733724771440 18446744073709551615 7390504 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9078 7837 737 1214 0 7860 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 36312

[startup+51.1011 s]
/proc/loadavg: 1.57 1.56 1.79 3/430 27153
/proc/meminfo: memFree=28868136/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=38888 CPUtime=51.09 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 11074 0 0 0 5048 61 0 0 25 0 1 0 822580276 39821312 8741 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 9722 8741 741 1214 0 8504 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38888

[startup+102.316 s]
/proc/loadavg: 1.81 1.63 1.80 4/430 27154
/proc/meminfo: memFree=28864324/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=41492 CPUtime=102.3 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 13376 0 0 0 10097 133 0 0 25 0 1 0 822580276 42487808 9417 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 10373 9417 741 1214 0 9155 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 41492

[startup+162.3 s]
/proc/loadavg: 1.93 1.69 1.81 4/430 27156
/proc/meminfo: memFree=28852908/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=52956 CPUtime=162.29 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 18942 0 0 0 16016 213 0 0 25 0 1 0 822580276 54226944 12309 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 13239 12309 741 1214 0 12021 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 52956

[startup+222.3 s]
/proc/loadavg: 2.05 1.76 1.83 3/430 27157
/proc/meminfo: memFree=28843724/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=62912 CPUtime=222.29 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 21493 0 0 0 21931 298 0 0 25 0 1 0 822580276 64421888 14860 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 15728 14860 741 1214 0 14510 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 62912

[startup+282.301 s]
/proc/loadavg: 2.19 1.85 1.85 3/430 27159
/proc/meminfo: memFree=28833288/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=72668 CPUtime=282.3 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 25374 0 0 0 27845 385 0 0 25 0 1 0 822580276 74412032 17297 33554432000 4194304 9163163 140733724771440 18446744073709551615 7390381 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 18167 17297 741 1214 0 16949 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 72668

[startup+342.301 s]
/proc/loadavg: 2.07 1.87 1.86 4/430 27161
/proc/meminfo: memFree=28825844/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=80336 CPUtime=342.3 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 27390 0 0 0 33754 476 0 0 25 0 1 0 822580276 82264064 19313 33554432000 4194304 9163163 140733724771440 18446744073709551615 7379386 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 20084 19313 741 1214 0 18866 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 80336

[startup+402.301 s]
/proc/loadavg: 2.02 1.89 1.86 4/430 27162
/proc/meminfo: memFree=28813436/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=95024 CPUtime=402.3 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 30542 0 0 0 39670 560 0 0 25 0 1 0 822580276 97304576 22465 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 23756 22465 741 1214 0 22538 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 95024

[startup+462.301 s]
/proc/loadavg: 2.01 1.91 1.87 4/430 27164
/proc/meminfo: memFree=28802888/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=105208 CPUtime=462.3 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 33196 0 0 0 45585 645 0 0 25 0 1 0 822580276 107732992 25119 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 26302 25119 741 1214 0 25084 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 105208

[startup+522.301 s]
/proc/loadavg: 2.00 1.92 1.87 4/430 27165
/proc/meminfo: memFree=28790348/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=116892 CPUtime=522.3 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 37016 0 0 0 51494 736 0 0 25 0 1 0 822580276 119697408 28107 33554432000 4194304 9163163 140733724771440 18446744073709551615 7390851 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 29223 28107 741 1214 0 28005 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 116892

[startup+582.3 s]
/proc/loadavg: 2.00 1.93 1.88 4/430 27167
/proc/meminfo: memFree=28781656/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=126416 CPUtime=582.31 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 39412 0 0 0 57404 827 0 0 25 0 1 0 822580276 129449984 30489 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 31604 30489 741 1214 0 30386 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 126416

[startup+642.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.08 1.99 1.91 3/430 27173
/proc/meminfo: memFree=28735788/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=171560 CPUtime=822.31 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 50902 0 0 0 81039 1192 0 0 25 0 1 0 822580276 175677440 41979 33554432000 4194304 9163163 140733724771440 18446744073709551615 4900592 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 42890 41979 741 1214 0 41672 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 171560

[startup+882.301 s]
/proc/loadavg: 2.02 1.99 1.91 3/430 27175
/proc/meminfo: memFree=28725068/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=182692 CPUtime=882.32 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 53712 0 0 0 86948 1284 0 0 25 0 1 0 822580276 187076608 44789 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 45673 44789 741 1214 0 44455 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 182692

[startup+942.301 s]
/proc/loadavg: 2.01 1.99 1.91 4/430 27177
/proc/meminfo: memFree=28711164/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=196316 CPUtime=942.32 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 58644 0 0 0 92855 1377 0 0 25 0 1 0 822580276 201027584 48232 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 49079 48232 741 1214 0 47861 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 196316

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/430 27178
/proc/meminfo: memFree=28701236/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=209808 CPUtime=1002.32 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 61093 0 0 0 98766 1466 0 0 25 0 1 0 822580276 214843392 50680 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 52452 50680 741 1214 0 51234 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 209808

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/430 27180
/proc/meminfo: memFree=28689996/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=222176 CPUtime=1062.32 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 64192 0 0 0 104667 1565 0 0 25 0 1 0 822580276 227508224 53779 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 55544 53779 741 1214 0 54326 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 222176

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/430 27181
/proc/meminfo: memFree=28675360/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=235652 CPUtime=1122.32 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 67604 0 0 0 110581 1651 0 0 25 0 1 0 822580276 241307648 57191 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 58913 57191 741 1214 0 57695 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 235652

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.91 4/430 27183
/proc/meminfo: memFree=28664568/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=245924 CPUtime=1182.33 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 70279 0 0 0 116491 1742 0 0 25 0 1 0 822580276 251826176 59866 33554432000 4194304 9163163 140733724771440 18446744073709551615 7379383 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 61481 59866 741 1214 0 60263 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 245924

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/430 27185
/proc/meminfo: memFree=28656004/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=254300 CPUtime=1242.33 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 72381 0 0 0 122397 1836 0 0 25 0 1 0 822580276 260403200 61968 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 63575 61968 741 1214 0 62357 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 254300

[startup+1302.3 s]
/proc/loadavg: 2.12 2.02 1.92 4/430 27186
/proc/meminfo: memFree=28637620/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=272560 CPUtime=1302.34 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 77040 0 0 0 128304 1930 0 0 25 0 1 0 822580276 279101440 66626 33554432000 4194304 9163163 140733724771440 18446744073709551615 4684021 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 68140 66626 741 1214 0 66922 0
Current children cumulated CPU time (s) 1302.34
Current children cumulated vsize (KiB) 272560

[startup+1362.3 s]
/proc/loadavg: 2.16 2.05 1.93 3/430 27188
/proc/meminfo: memFree=28628928/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=281132 CPUtime=1362.33 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 79226 0 0 0 134207 2026 0 0 25 0 1 0 822580276 287879168 68812 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 70283 68812 741 1214 0 69065 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 281132

[startup+1422.32 s]
/proc/loadavg: 2.05 2.03 1.93 4/430 27189
/proc/meminfo: memFree=28617500/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=292452 CPUtime=1422.35 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 82079 0 0 0 140119 2116 0 0 25 0 1 0 822580276 299470848 71665 33554432000 4194304 9163163 140733724771440 18446744073709551615 7390117 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 73113 71665 741 1214 0 71895 0
Current children cumulated CPU time (s) 1422.35
Current children cumulated vsize (KiB) 292452

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 1.93 4/430 27191
/proc/meminfo: memFree=28607320/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=302348 CPUtime=1482.33 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 84615 0 0 0 146019 2214 0 0 25 0 1 0 822580276 309604352 74201 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 75587 74201 741 1214 0 74369 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 302348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/430 27193
/proc/meminfo: memFree=28591040/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=318428 CPUtime=1542.34 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 88658 0 0 0 151924 2310 0 0 25 0 1 0 822580276 326070272 78244 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 79607 78244 741 1214 0 78389 0
Current children cumulated CPU time (s) 1542.34
Current children cumulated vsize (KiB) 318428

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/430 27194
/proc/meminfo: memFree=28577764/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=331536 CPUtime=1602.34 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 92015 0 0 0 157830 2404 0 0 25 0 1 0 822580276 339492864 81601 33554432000 4194304 9163163 140733724771440 18446744073709551615 7389742 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 82884 81601 741 1214 0 81666 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 331536

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.93 4/430 27196
/proc/meminfo: memFree=28565484/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=343636 CPUtime=1662.34 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 95047 0 0 0 163736 2498 0 0 25 0 1 0 822580276 351883264 84633 33554432000 4194304 9163163 140733724771440 18446744073709551615 7392262 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 85909 84633 741 1214 0 84691 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 343636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/430 27197
/proc/meminfo: memFree=28554184/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=354764 CPUtime=1722.35 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 99456 0 0 0 169646 2589 0 0 25 0 1 0 822580276 363278336 87538 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 88691 87538 741 1214 0 87473 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 354764

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 4/430 27199
/proc/meminfo: memFree=28541024/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=365740 CPUtime=1782.35 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 102202 0 0 0 175554 2681 0 0 25 0 1 0 822580276 374517760 90284 33554432000 4194304 9163163 140733724771440 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/27145/statm: 91435 90284 741 1214 0 90217 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 365740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 4/430 27199
/proc/meminfo: memFree=28536432/32951124 swapFree=43324008/67111528
[pid=27145] ppid=27141 vsize=371492 CPUtime=1800.06 cores=0,2,4,6
/proc/27145/stat : 27145 (scip-2.0.1.4b.l) R 27141 27145 22076 0 -1 4202496 103673 0 0 0 177296 2710 0 0 25 0 1 0 822580276 380407808 91755 33554432000 4194304 9163163 140733724771440 18446744073709551615 4806994 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/27145/statm: 92873 91755 744 1214 0 91655 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 371492

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.09
CPU user time (s): 1772.97
CPU system time (s): 27.1219
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 371492

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

runsolver used 8.06277 second user time and 16.5105 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-03 16:03:18
IDJOB=3450721
IDBENCH=48245
IDSOLVER=1948
FILE ID=node105/3450721-1307109798
RUNJOBID= node105-1307109798-27127
PBS_JOBID= 13497984
Free space on /tmp= 73764 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_3.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-3450721-1307109798/watcher-3450721-1307109798 -o /tmp/evaluation-result-3450721-1307109798/solver-3450721-1307109798 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450721-1307109798.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4ec3492215da9d1ca4e43111c42870de
RANDOM SEED=782055044

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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:      29117972 kB
Buffers:        303624 kB
Cached:         808808 kB
SwapCached:      20984 kB
Active:        2863276 kB
Inactive:       655484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29117972 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:           25268 kB
Writeback:          12 kB
AnonPages:     2402948 kB
Mapped:          18944 kB
Slab:           165032 kB
PageTables:      81452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114857120 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= 73740 MiB
End job on node105 at 2011-06-03 16:33:20