Trace number 3450247

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.4? 1799.95 1800.06

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx60.opb
MD5SUM26c9befa85d0a0769813e718015f6caa
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.918859
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2994
Total number of constraints3433
Number of constraints which are clauses2988
Number of constraints which are cardinality constraints (but not clauses)61
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3450247-1307114861.opb>
0.00/0.04	c original problem has 2994 variables (2994 bin, 0 int, 0 impl, 0 cont) and 3433 constraints
0.00/0.04	c problem read
0.00/0.04	c presolving settings loaded
0.00/0.05	c presolving:
0.00/0.07	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5976 impls, 60 clqs
0.00/0.07	c (round 2) 6 del vars, 2989 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5976 impls, 60 clqs
0.06/0.08	c (round 3) 6 del vars, 2989 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 444 upgd conss, 5976 impls, 60 clqs
0.19/0.20	c    (0.2s) probing: 101/2988 (3.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.19/0.20	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.19/0.20	c presolving (4 rounds):
0.19/0.20	c  6 deleted vars, 2989 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.19/0.20	c  5976 implications, 420 cliques
0.19/0.20	c presolved problem has 2988 variables (2988 bin, 0 int, 0 impl, 0 cont) and 444 constraints
0.19/0.20	c     384 constraints of type <knapsack>
0.19/0.20	c      60 constraints of type <setppc>
0.19/0.20	c transformed objective value is always integral (scale: 1)
0.19/0.20	c Presolving Time: 0.15
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 2.0.1.5
0.19/0.20	c 
0.19/0.20	c # frequency for displaying node information lines
0.19/0.20	c # [type: int, range: [-1,2147483647], default: 100]
0.19/0.20	c display/freq = 10000
0.19/0.20	c 
0.19/0.20	c # maximal time in seconds to run
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/time = 1800
0.19/0.20	c 
0.19/0.20	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.19/0.20	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.19/0.20	c limits/memory = 13950
0.19/0.20	c 
0.19/0.20	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.19/0.20	c # [type: int, range: [1,2], default: 1]
0.19/0.20	c timing/clocktype = 2
0.19/0.20	c 
0.19/0.20	c # belongs reading time to solving time?
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c timing/reading = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify inequalities
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/linear/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/indicator/addCouplingCons = TRUE
0.19/0.20	c 
0.19/0.20	c # should presolving try to simplify knapsacks
0.19/0.20	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.19/0.20	c constraints/knapsack/simplifyinequalities = TRUE
0.19/0.20	c 
0.19/0.20	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.19/0.20	c # [type: int, range: [-1,2147483647], default: -1]
0.19/0.20	c separating/rapidlearning/freq = 0
0.19/0.20	c 
0.19/0.20	c -----------------------------------------------------------------------------------------------
0.19/0.20	c start solving
0.19/0.20	c 
0.19/0.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.19/0.24	c   0.2s|     1 |     0 |   508 |     - |  14M|   0 |  46 |2988 | 563 |2988 | 444 |   0 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.69/0.74	c   0.7s|     1 |     0 |  2303 |     - |  16M|   0 |  82 |2988 | 791 |2988 | 475 |  31 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.79/0.87	c   0.9s|     1 |     0 |  2375 |     - |  16M|   0 | 111 |2988 | 791 |2988 | 502 |  58 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |  2532 |     - |  17M|   0 | 127 |2988 | 791 |2988 | 527 |  83 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.19/1.26	c   1.3s|     1 |     0 |  3039 |     - |  17M|   0 | 146 |2988 | 791 |2988 | 553 | 109 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.59/1.61	c   1.6s|     1 |     0 |  4631 |     - |  18M|   0 | 157 |2988 | 791 |2988 | 579 | 135 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.79/1.85	c   1.9s|     1 |     0 |  5119 |     - |  18M|   0 | 173 |2988 | 791 |2988 | 604 | 160 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
2.79/2.82	c   2.8s|     1 |     2 |  5119 |     - |  18M|   0 | 173 |2988 | 791 |2988 | 604 | 160 | 119 |  17 | 6.000000e+00 |      --      |    Inf 
53.39/53.43	c  53.4s| 10000 |   208 |167702 |  16.3 |  21M|  83 |   - |2988 |2158 |2988 | 542 | 160 |8680 |4536 | 6.000000e+00 |      --      |    Inf 
88.09/88.13	c  88.1s| 20000 |   381 |332949 |  16.4 |  23M|  83 |  39 |2988 |4172 |2988 | 542 | 160 |  17k|6289 | 6.000000e+00 |      --      |    Inf 
122.48/122.52	c   123s| 30000 |   579 |505750 |  16.7 |  24M|  83 |   - |2988 |4535 |2988 | 542 | 160 |  26k|7592 | 6.000000e+00 |      --      |    Inf 
154.89/155.01	c   155s| 40000 |   719 |665658 |  16.5 |  26M|  83 |  41 |2988 |5512 |2988 | 542 | 160 |  36k|8850 | 6.000000e+00 |      --      |    Inf 
188.11/188.17	c   188s| 50000 |   770 |823702 |  16.4 |  26M|  83 |  44 |2988 |5213 |2988 | 542 | 160 |  44k|  10k| 6.000000e+00 |      --      |    Inf 
220.09/220.14	c   220s| 60000 |   890 |975534 |  16.2 |  27M|  83 |  52 |2988 |5201 |2988 | 542 | 160 |  53k|  11k| 6.000000e+00 |      --      |    Inf 
254.28/254.38	c   254s| 70000 |  1022 |  1147k|  16.3 |  27M|  83 |  51 |2988 |4691 |2988 | 542 | 160 |  63k|  12k| 6.000000e+00 |      --      |    Inf 
288.04/288.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
288.04/288.14	c   288s| 80000 |  1155 |  1331k|  16.6 |  28M|  83 |  49 |2988 |4952 |2988 | 542 | 160 |  73k|  13k| 6.000000e+00 |      --      |    Inf 
320.83/320.92	c   321s| 90000 |  1254 |  1498k|  16.6 |  29M|  83 |   - |2988 |5445 |2988 | 542 | 160 |  81k|  13k| 6.000000e+00 |      --      |    Inf 
348.43/348.52	c   349s|100000 |  1318 |  1640k|  16.4 |  31M|  84 |   - |2988 |6809 |2988 | 542 | 160 |  91k|  15k| 6.000000e+00 |      --      |    Inf 
373.95/374.07	c   374s|110000 |  1305 |  1770k|  16.0 |  31M|  84 |   - |2988 |6791 |   0 |   0 | 160 | 102k|  16k| 6.000000e+00 |      --      |    Inf 
395.63/395.75	c   396s|120000 |  1326 |  1886k|  15.7 |  32M|  95 |   - |2988 |7769 |2988 | 542 | 160 | 113k|  17k| 6.000000e+00 |      --      |    Inf 
418.94/419.05	c   419s|130000 |  1312 |  2007k|  15.4 |  31M|  95 |  34 |2988 |7622 |2988 | 542 | 160 | 124k|  18k| 6.000000e+00 |      --      |    Inf 
438.93/439.01	c   439s|140000 |  1305 |  2107k|  15.0 |  32M|  98 |  31 |2988 |8347 |2988 | 542 | 160 | 138k|  18k| 6.000000e+00 |      --      |    Inf 
460.42/460.56	c   461s|150000 |  1332 |  2211k|  14.7 |  33M|  98 |   - |2988 |8883 |   0 |   0 | 160 | 148k|  19k| 6.000000e+00 |      --      |    Inf 
481.93/482.08	c   482s|160000 |  1334 |  2324k|  14.5 |  33M|  98 |  27 |2988 |9509 |2988 | 542 | 160 | 158k|  19k| 6.000000e+00 |      --      |    Inf 
503.33/503.49	c   503s|170000 |  1357 |  2431k|  14.3 |  34M|  98 |  25 |2988 |9911 |2988 | 542 | 160 | 168k|  19k| 6.000000e+00 |      --      |    Inf 
524.93/525.07	c   525s|180000 |  1332 |  2538k|  14.1 |  33M| 107 |   - |2988 |9140 |2988 | 542 | 160 | 178k|  20k| 6.000000e+00 |      --      |    Inf 
550.13/550.23	c   550s|190000 |  1371 |  2677k|  14.1 |  34M| 107 |   - |2988 |9499 |2988 | 542 | 160 | 189k|  21k| 6.000000e+00 |      --      |    Inf 
573.62/573.77	c   574s|200000 |  1345 |  2808k|  14.0 |  33M| 107 |   - |2988 |8724 |   0 |   0 | 160 | 200k|  21k| 6.000000e+00 |      --      |    Inf 
594.03/594.16	c   594s|210000 |  1361 |  2916k|  13.9 |  34M| 107 |  26 |2988 |9838 |2988 | 542 | 160 | 212k|  21k| 6.000000e+00 |      --      |    Inf 
615.52/615.66	c   616s|220000 |  1367 |  3027k|  13.7 |  35M| 107 |  31 |2988 |  11k|2988 | 542 | 160 | 223k|  22k| 6.000000e+00 |      --      |    Inf 
635.42/635.53	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
635.42/635.53	c   636s|230000 |  1358 |  3128k|  13.6 |  35M| 107 |  23 |2988 |  10k|2988 | 542 | 160 | 235k|  22k| 6.000000e+00 |      --      |    Inf 
658.22/658.36	c   658s|240000 |  1331 |  3235k|  13.5 |  33M| 107 |  35 |2988 |9032 |2988 | 542 | 160 | 245k|  23k| 6.000000e+00 |      --      |    Inf 
693.52/693.61	c   694s|250000 |  1382 |  3387k|  13.5 |  32M| 112 |  40 |2988 |6072 |2988 | 542 | 160 | 254k|  26k| 6.000000e+00 |      --      |    Inf 
716.22/716.31	c   716s|260000 |  1426 |  3518k|  13.5 |  33M| 112 |   - |2988 |7313 |   0 |   0 | 160 | 263k|  26k| 6.000000e+00 |      --      |    Inf 
736.02/736.16	c   736s|270000 |  1425 |  3621k|  13.4 |  34M| 112 |  27 |2988 |9189 |2988 | 542 | 160 | 274k|  26k| 6.000000e+00 |      --      |    Inf 
758.43/758.59	c   759s|280000 |  1436 |  3749k|  13.4 |  35M| 112 |   - |2988 |  10k|   0 |   0 | 160 | 286k|  26k| 6.000000e+00 |      --      |    Inf 
780.62/780.72	c   781s|290000 |  1456 |  3871k|  13.3 |  35M| 112 |   - |2988 |  10k|   0 |   0 | 160 | 298k|  26k| 6.000000e+00 |      --      |    Inf 
802.22/802.37	c   802s|300000 |  1426 |  3983k|  13.3 |  35M| 112 |   - |2988 |  10k|2988 | 542 | 160 | 307k|  27k| 6.000000e+00 |      --      |    Inf 
824.94/825.10	c   825s|310000 |  1440 |  4112k|  13.2 |  36M| 112 |  23 |2988 |  10k|2988 | 542 | 160 | 316k|  27k| 6.000000e+00 |      --      |    Inf 
853.32/853.50	c   854s|320000 |  1456 |  4294k|  13.4 |  37M| 112 |  24 |2988 |  11k|2988 | 542 | 160 | 330k|  28k| 6.000000e+00 |      --      |    Inf 
882.32/882.48	c   882s|330000 |  1528 |  4487k|  13.6 |  38M| 113 |  45 |2988 |  12k|2988 | 542 | 160 | 340k|  28k| 6.000000e+00 |      --      |    Inf 
910.42/910.52	c   911s|340000 |  1473 |  4674k|  13.7 |  37M| 113 |   - |2988 |  11k|2988 | 542 | 160 | 350k|  28k| 6.000000e+00 |      --      |    Inf 
938.24/938.34	c   938s|350000 |  1481 |  4858k|  13.9 |  38M| 113 |   - |2988 |  13k|   0 |   0 | 160 | 363k|  29k| 6.000000e+00 |      --      |    Inf 
966.32/966.49	c   966s|360000 |  1528 |  5045k|  14.0 |  39M| 114 |   - |2988 |  14k|2988 | 542 | 160 | 375k|  29k| 6.000000e+00 |      --      |    Inf 
991.12/991.26	c   991s|370000 |  1516 |  5198k|  14.0 |  39M| 114 |  17 |2988 |  13k|2988 | 542 | 160 | 389k|  29k| 6.000000e+00 |      --      |    Inf 
1017.71/1017.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1017.71/1017.88	c  1018s|380000 |  1535 |  5361k|  14.1 |  40M| 114 |  36 |2988 |  14k|2988 | 542 | 160 | 402k|  30k| 6.000000e+00 |      --      |    Inf 
1045.21/1045.37	c  1045s|390000 |  1544 |  5539k|  14.2 |  39M| 114 |  25 |2988 |  14k|2988 | 542 | 160 | 412k|  30k| 6.000000e+00 |      --      |    Inf 
1071.91/1072.08	c  1072s|400000 |  1556 |  5714k|  14.3 |  40M| 116 |  34 |2988 |  15k|2988 | 542 | 160 | 425k|  30k| 6.000000e+00 |      --      |    Inf 
1097.82/1097.98	c  1098s|410000 |  1619 |  5876k|  14.3 |  41M| 116 |  31 |2988 |  15k|2988 | 542 | 160 | 438k|  31k| 6.000000e+00 |      --      |    Inf 
1122.12/1122.28	c  1122s|420000 |  1496 |  6021k|  14.3 |  40M| 116 |   - |2988 |  15k|2988 | 542 | 160 | 452k|  31k| 6.000000e+00 |      --      |    Inf 
1147.62/1147.75	c  1148s|430000 |  1538 |  6160k|  14.3 |  41M| 116 |  31 |2988 |  15k|2988 | 542 | 160 | 468k|  32k| 6.000000e+00 |      --      |    Inf 
1177.32/1177.43	c  1177s|440000 |  1556 |  6341k|  14.4 |  41M| 127 |   - |2988 |  15k|   0 |   0 | 160 | 482k|  32k| 6.000000e+00 |      --      |    Inf 
1203.01/1203.11	c  1203s|450000 |  1632 |  6500k|  14.4 |  43M| 135 |   - |2988 |  16k|   0 |   0 | 160 | 494k|  32k| 6.000000e+00 |      --      |    Inf 
1231.41/1231.52	c  1232s|460000 |  1637 |  6678k|  14.5 |  43M| 135 |   - |2988 |  17k|2988 | 542 | 160 | 505k|  33k| 6.000000e+00 |      --      |    Inf 
1258.32/1258.44	c  1258s|470000 |  1594 |  6848k|  14.6 |  42M| 135 |  22 |2988 |  15k|2988 | 542 | 160 | 516k|  33k| 6.000000e+00 |      --      |    Inf 
1284.62/1284.75	c  1285s|480000 |  1590 |  6997k|  14.6 |  42M| 135 |  36 |2988 |  16k|2988 | 542 | 160 | 529k|  33k| 6.000000e+00 |      --      |    Inf 
1310.91/1311.05	c  1311s|490000 |  1600 |  7156k|  14.6 |  43M| 135 |   - |2988 |  16k|   0 |   0 | 160 | 541k|  34k| 6.000000e+00 |      --      |    Inf 
1338.11/1338.26	c  1338s|500000 |  1617 |  7315k|  14.6 |  43M| 135 |   - |2988 |  17k|   0 |   0 | 160 | 552k|  34k| 6.000000e+00 |      --      |    Inf 
1363.40/1363.59	c  1364s|510000 |  1622 |  7459k|  14.6 |  43M| 135 |  17 |2988 |  17k|2988 | 542 | 160 | 566k|  34k| 6.000000e+00 |      --      |    Inf 
1392.60/1392.78	c  1393s|520000 |  1644 |  7642k|  14.7 |  43M| 135 |   - |2988 |  16k|2988 | 542 | 160 | 577k|  35k| 6.000000e+00 |      --      |    Inf 
1420.20/1420.38	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1420.20/1420.38	c  1420s|530000 |  1657 |  7824k|  14.8 |  44M| 135 |  23 |2988 |  17k|2988 | 542 | 160 | 591k|  35k| 6.000000e+00 |      --      |    Inf 
1448.31/1448.45	c  1448s|540000 |  1693 |  7998k|  14.8 |  45M| 135 |  27 |2988 |  19k|2988 | 542 | 160 | 606k|  35k| 6.000000e+00 |      --      |    Inf 
1475.80/1475.97	c  1476s|550000 |  1611 |  8177k|  14.9 |  43M| 135 |  19 |2988 |  17k|2988 | 542 | 160 | 620k|  35k| 6.000000e+00 |      --      |    Inf 
1503.80/1503.97	c  1504s|560000 |  1600 |  8345k|  14.9 |  41M| 135 |   - |2988 |  14k|2988 | 542 | 160 | 631k|  36k| 6.000000e+00 |      --      |    Inf 
1528.11/1528.26	c  1528s|570000 |  1588 |  8491k|  14.9 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 646k|  36k| 6.000000e+00 |      --      |    Inf 
1554.60/1554.76	c  1555s|580000 |  1577 |  8659k|  14.9 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 660k|  36k| 6.000000e+00 |      --      |    Inf 
1581.62/1581.74	c  1582s|590000 |  1573 |  8823k|  14.9 |  42M| 135 |  20 |2988 |  15k|2988 | 542 | 160 | 674k|  37k| 6.000000e+00 |      --      |    Inf 
1608.20/1608.37	c  1608s|600000 |  1550 |  8981k|  15.0 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 687k|  37k| 6.000000e+00 |      --      |    Inf 
1633.80/1633.97	c  1634s|610000 |  1560 |  9136k|  15.0 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 701k|  37k| 6.000000e+00 |      --      |    Inf 
1663.12/1663.24	c  1663s|620000 |  1553 |  9318k|  15.0 |  42M| 135 |  34 |2988 |  15k|2988 | 542 | 160 | 712k|  38k| 6.000000e+00 |      --      |    Inf 
1688.50/1688.64	c  1689s|630000 |  1546 |  9472k|  15.0 |  41M| 135 |  34 |2988 |  14k|2988 | 542 | 160 | 724k|  38k| 6.000000e+00 |      --      |    Inf 
1717.49/1717.63	c  1718s|640000 |  1513 |  9657k|  15.1 |  39M| 135 |   - |2988 |  12k|2988 | 542 | 160 | 736k|  39k| 6.000000e+00 |      --      |    Inf 
1760.49/1760.65	c  1761s|650000 |  1567 |  9828k|  15.1 |  38M| 135 |   - |2988 |  10k|   0 |   0 | 160 | 746k|  43k| 6.000000e+00 |      --      |    Inf 
1786.69/1786.86	c  1787s|660000 |  1608 | 10008k|  15.2 |  39M| 135 |  33 |2988 |  11k|2988 | 542 | 160 | 759k|  43k| 6.000000e+00 |      --      |    Inf 
1799.89/1800.00	c 
1799.89/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.89/1800.00	c Solving Time (sec) : 1800.00
1799.89/1800.00	c Solving Nodes      : 665156
1799.89/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1799.89/1800.00	c Dual Bound         : +6.00000000000000e+00
1799.89/1800.00	c Gap                : infinite
1799.89/1800.00	s UNKNOWN
1799.89/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1799.89/1800.00	c Total Time         :    1800.00
1799.89/1800.00	c   solving          :    1800.00
1799.89/1800.00	c   presolving       :       0.15 (included in solving)
1799.89/1800.00	c   reading          :       0.04 (included in solving)
1799.89/1800.00	c Original Problem   :
1799.89/1800.00	c   Problem name     : HOME/instance-3450247-1307114861.opb
1799.89/1800.00	c   Variables        : 2994 (2994 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.89/1800.00	c   Constraints      : 3433 initial, 3433 maximal
1799.89/1800.00	c Presolved Problem  :
1799.89/1800.00	c   Problem name     : t_HOME/instance-3450247-1307114861.opb
1799.89/1800.00	c   Variables        : 2988 (2988 binary, 0 integer, 0 implicit integer, 0 continuous)
1799.89/1800.00	c   Constraints      : 444 initial, 19412 maximal
1799.89/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1799.89/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   knapsack         :       0.09          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   linear           :       0.02          6          0          0          6          0       2989          0          0          0
1799.89/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1799.89/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1799.89/1800.00	c   integral         :          0          0          0     355863          0          4          0        163      17260          0          0     689704
1799.89/1800.00	c   knapsack         :        384          6    2416912          0          0          3   42101021      63680   21773099       1205          0          0
1799.89/1800.00	c   setppc           :         60          6    2353232          0          0          2    6804199      48633    3230281          0          0          0
1799.89/1800.00	c   linear           :          0+         6         46          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c   logicor          :          0+         6     855844          0          0          0     925604      17839     771724          0          0          0
1799.89/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1799.89/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1799.89/1800.00	c   integral         :     132.66       0.00       0.00     132.66       0.00       0.00       0.00
1799.89/1800.00	c   knapsack         :     103.87       0.01      81.89       0.00       0.00       0.00      21.97
1799.89/1800.00	c   setppc           :      35.96       0.00      31.55       0.00       0.00       0.00       4.40
1799.89/1800.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.89/1800.00	c   logicor          :      56.94       0.00      53.51       0.00       0.00       0.00       3.43
1799.89/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1799.89/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1799.89/1800.00	c   vbounds          :          0          0          0          0
1799.89/1800.00	c   rootredcost      :          0          0          0          0
1799.89/1800.00	c   pseudoobj        :          0          0          0          0
1799.89/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1799.89/1800.00	c   vbounds          :       0.33       0.33       0.00
1799.89/1800.00	c   rootredcost      :       0.38       0.38       0.00
1799.89/1800.00	c   pseudoobj        :       0.23       0.23       0.00
1799.89/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1799.89/1800.00	c   propagation      :      70.71     130152     130112    2855546      134.8       2130       88.0          -
1799.89/1800.00	c   infeasible LP    :     270.02     207923      68730    1856526      235.4        561       69.4          0
1799.89/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1799.89/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1799.89/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1799.89/1800.00	c   applied globally :          -          -          -     768192      110.2          -          -          -
1799.89/1800.00	c   applied locally  :          -          -          -          4      419.2          -          -          -
1799.89/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1799.89/1800.00	c   cut pool         :       0.00          5          -          -       1264          -    (maximal pool size: 1741)
1799.89/1800.00	c   redcost          :      14.40     355329          0          0          0          0
1799.89/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1799.89/1800.00	c   intobj           :       0.00          0          0          0          0          0
1799.89/1800.00	c   gomory           :       0.02          6          0          0         46          0
1799.89/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1799.89/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1799.89/1800.00	c   strongcg         :       0.03          6          0          0         33          0
1799.89/1800.00	c   cmir             :       0.51          6          0          0       2065          0
1799.89/1800.00	c   flowcover        :       0.28          6          0          0       1203          0
1799.89/1800.00	c   clique           :       0.00          6          0          0          8          0
1799.89/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1799.89/1800.00	c   mcf              :       0.00          1          0          0          0          0
1799.89/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1799.89/1800.00	c   rapidlearning    :       0.23          1          0          0          0        228
1799.89/1800.00	c Pricers            :       Time      Calls       Vars
1799.89/1800.00	c   problem variables:       0.00          0          0
1799.89/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1799.89/1800.00	c   relpscost        :     132.33     355863        163      17260          0          0     689704
1799.89/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1799.89/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1799.89/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1799.89/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1799.89/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1799.89/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1799.89/1800.00	c   random           :       0.00          0          0          0          0          0          0
1799.89/1800.00	c Primal Heuristics  :       Time      Calls      Found
1799.89/1800.00	c   LP solutions     :       0.00          -          0
1799.89/1800.00	c   pseudo solutions :       0.00          -          0
1799.89/1800.00	c   oneopt           :       0.21          0          0
1799.89/1800.00	c   crossover        :       0.15          0          0
1799.89/1800.00	c   guideddiving     :       0.02          0          0
1799.89/1800.00	c   intshifting      :       0.01          0          0
1799.89/1800.00	c   fracdiving       :       0.49         14          0
1799.89/1800.00	c   veclendiving     :       0.26         14          0
1799.89/1800.00	c   linesearchdiving :       0.21         14          0
1799.89/1800.00	c   feaspump         :       0.44          7          0
1799.89/1800.00	c   pscostdiving     :       0.31         15          0
1799.89/1800.00	c   coefdiving       :       0.52         15          0
1799.89/1800.00	c   objpscostdiving  :       0.08          8          0
1799.89/1800.00	c   rootsoldiving    :       0.20          8          0
1799.89/1800.00	c   trivial          :       0.00          2          0
1799.89/1800.00	c   shiftandpropagate:       0.02          1          0
1799.89/1800.00	c   simplerounding   :       0.10          0          0
1799.89/1800.00	c   zirounding       :       6.74          0          0
1799.89/1800.00	c   rounding         :       0.53       8446          0
1799.89/1800.00	c   shifting         :       3.71       2608          0
1799.89/1800.00	c   twoopt           :       0.00          0          0
1799.89/1800.00	c   fixandinfer      :       0.00          0          0
1799.89/1800.00	c   clique           :       0.00          0          0
1799.89/1800.00	c   intdiving        :       0.00          0          0
1799.89/1800.00	c   actconsdiving    :       0.00          0          0
1799.89/1800.00	c   octane           :       0.00          0          0
1799.89/1800.00	c   rens             :       0.07          1          0
1799.89/1800.00	c   rins             :       0.00          0          0
1799.89/1800.00	c   localbranching   :       0.00          0          0
1799.89/1800.00	c   mutation         :       0.00          0          0
1799.89/1800.00	c   dins             :       0.00          0          0
1799.89/1800.00	c   vbounds          :       0.00          0          0
1799.89/1800.00	c   undercover       :       0.00          0          0
1799.89/1800.00	c   subnlp           :       0.13          0          0
1799.89/1800.00	c   trysol           :       0.13          0          0
1799.89/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1799.89/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1799.89/1800.00	c   dual LP          :     998.49     562221   10080636      17.93   10095.92
1799.89/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1799.89/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1799.89/1800.00	c   diving/probing LP:       1.55       1555      13092       8.42    8430.20
1799.89/1800.00	c   strong branching :     126.59      43896     977290      22.26    7720.34
1799.89/1800.00	c     (at root node) :          -         17       6417     377.47          -
1799.89/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1799.89/1800.00	c B&B Tree           :
1799.89/1800.00	c   number of runs   :          1
1799.89/1800.00	c   nodes            :     665156
1799.89/1800.00	c   nodes (total)    :     665156
1799.89/1800.00	c   nodes left       :       1708
1799.89/1800.00	c   max depth        :        135
1799.89/1800.00	c   max depth (total):        135
1799.89/1800.00	c   backtracks       :      93131 (14.0%)
1799.89/1800.00	c   delayed cutoffs  :      22841
1799.89/1800.00	c   repropagations   :     826401 (3178020 domain reductions, 17672 cutoffs)
1799.89/1800.00	c   avg switch length:       4.67
1799.89/1800.00	c   switching time   :      76.78
1799.89/1800.00	c Solution           :
1799.89/1800.00	c   Solutions found  :          0 (0 improvements)
1799.89/1800.00	c   Primal Bound     :          -
1799.89/1800.00	c   Dual Bound       : +6.00000000000000e+00
1799.89/1800.00	c   Gap              :   infinite
1799.89/1800.00	c   Root Dual Bound  : +6.00000000000000e+00
1799.89/1800.00	c   Root Iterations  :       5119
1799.89/1800.05	c Time complete: 1799.94.

Verifier Data

ERROR: no interpretation found !

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-3450247-1307114861/watcher-3450247-1307114861 -o /tmp/evaluation-result-3450247-1307114861/solver-3450247-1307114861 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450247-1307114861.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.00 2.05 2.01 2/498 12115
/proc/meminfo: memFree=28910404/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=14988 CPUtime=0.01 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 2718 0 0 0 1 0 0 0 25 0 1 0 823085725 15347712 2672 33554432000 4194304 9163163 140733260046624 18446744073709551615 6919008 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/12115/statm: 3747 2672 395 1214 0 2529 0

[startup+0.0741409 s]
/proc/loadavg: 2.00 2.05 2.01 2/498 12115
/proc/meminfo: memFree=28910404/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=31252 CPUtime=0.06 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 6822 0 0 0 6 0 0 0 25 0 1 0 823085725 32002048 6518 33554432000 4194304 9163163 140733260046624 18446744073709551615 5128303 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 7813 6518 511 1214 0 6595 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 31252

[startup+0.10113 s]
/proc/loadavg: 2.00 2.05 2.01 2/498 12115
/proc/meminfo: memFree=28910404/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=32832 CPUtime=0.09 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 7293 0 0 0 9 0 0 0 25 0 1 0 823085725 33619968 6956 33554432000 4194304 9163163 140733260046624 18446744073709551615 5100867 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 8208 6956 533 1214 0 6990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32832

[startup+0.301101 s]
/proc/loadavg: 2.00 2.05 2.01 2/498 12115
/proc/meminfo: memFree=28910404/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=45528 CPUtime=0.29 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 10876 0 0 0 29 0 0 0 25 0 1 0 823085725 46620672 10297 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 11382 10297 670 1214 0 10164 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45528

[startup+0.701036 s]
/proc/loadavg: 2.00 2.05 2.01 2/498 12115
/proc/meminfo: memFree=28910404/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=75640 CPUtime=0.69 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 18202 0 0 0 68 1 0 0 25 0 1 0 823085725 77455360 17623 33554432000 4194304 9163163 140733260046624 18446744073709551615 5074848 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18910 17623 709 1214 0 17692 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75640

[startup+1.5009 s]
/proc/loadavg: 2.00 2.05 2.01 3/499 12116
/proc/meminfo: memFree=28843680/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73472 CPUtime=1.49 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 18419 0 0 0 148 1 0 0 25 0 1 0 823085725 75235328 17115 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18368 17115 719 1214 0 17150 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73472

[startup+3.10063 s]
/proc/loadavg: 2.00 2.05 2.01 3/499 12116
/proc/meminfo: memFree=28841076/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=3.09 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19203 0 0 0 306 3 0 0 25 0 1 0 823085725 75243520 17453 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17453 728 1214 0 17152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73480

[startup+6.30109 s]
/proc/loadavg: 2.08 2.06 2.02 3/499 12116
/proc/meminfo: memFree=28840296/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=6.29 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19203 0 0 0 624 5 0 0 25 0 1 0 823085725 75243520 17453 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17453 728 1214 0 17152 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73480

[startup+12.701 s]
/proc/loadavg: 1.99 2.04 2.01 3/499 12144
/proc/meminfo: memFree=28927080/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=12.69 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19204 0 0 0 1259 10 0 0 25 0 1 0 823085725 75243520 17454 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17454 729 1214 0 17152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73480

[startup+25.5008 s]
/proc/loadavg: 2.06 2.06 2.02 3/499 12144
/proc/meminfo: memFree=28924012/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=25.49 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19206 0 0 0 2526 23 0 0 25 0 1 0 823085725 75243520 17456 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17456 731 1214 0 17152 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73480

[startup+51.1005 s]
/proc/loadavg: 2.04 2.05 2.01 3/499 12146
/proc/meminfo: memFree=28923164/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=51.09 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19208 0 0 0 5066 43 0 0 25 0 1 0 823085725 75243520 17458 33554432000 4194304 9163163 140733260046624 18446744073709551615 5066028 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17458 731 1214 0 17152 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73480

[startup+102.319 s]
/proc/loadavg: 2.02 2.04 2.01 3/499 12146
/proc/meminfo: memFree=28922972/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=102.31 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19208 0 0 0 10148 83 0 0 25 0 1 0 823085725 75243520 17458 33554432000 4194304 9163163 140733260046624 18446744073709551615 6501027 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17458 731 1214 0 17152 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 73480

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 12148
/proc/meminfo: memFree=28921472/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=162.29 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19209 0 0 0 16099 130 0 0 25 0 1 0 823085725 75243520 17459 33554432000 4194304 9163163 140733260046624 18446744073709551615 7250807 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17459 731 1214 0 17152 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73480

[startup+222.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/499 12150
/proc/meminfo: memFree=28922208/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=73480 CPUtime=222.29 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19209 0 0 0 22055 174 0 0 25 0 1 0 823085725 75243520 17459 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18370 17459 731 1214 0 17152 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 73480

[startup+282.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/499 12152
/proc/meminfo: memFree=28921828/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=75616 CPUtime=282.23 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 19747 0 0 0 28004 219 0 0 25 0 1 0 823085725 77430784 17997 33554432000 4194304 9163163 140733260046624 18446744073709551615 7225093 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 18904 17997 731 1214 0 17686 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 75616

[startup+342.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 12152
/proc/meminfo: memFree=28919076/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=78140 CPUtime=342.23 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 20394 0 0 0 33960 263 0 0 25 0 1 0 823085725 80015360 18644 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 19535 18644 731 1214 0 18317 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 78140

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 12154
/proc/meminfo: memFree=28917084/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=81516 CPUtime=402.23 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 21149 0 0 0 39913 310 0 0 25 0 1 0 823085725 83472384 19398 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 20379 19398 731 1214 0 19161 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 81516

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12156
/proc/meminfo: memFree=28909632/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=86268 CPUtime=462.23 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 22421 0 0 0 45868 355 0 0 25 0 1 0 823085725 88338432 20659 33554432000 4194304 9163163 140733260046624 18446744073709551615 6498328 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 21567 20659 731 1214 0 20349 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 86268

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 12158
/proc/meminfo: memFree=28907512/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=87636 CPUtime=522.23 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 22775 0 0 0 51829 394 0 0 25 0 1 0 823085725 89739264 21013 33554432000 4194304 9163163 140733260046624 18446744073709551615 6501017 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 21909 21013 731 1214 0 20691 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 87636

[startup+582.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/499 12160
/proc/meminfo: memFree=28904768/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=88996 CPUtime=582.22 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 23116 0 0 0 57787 435 0 0 25 0 1 0 823085725 91131904 21354 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 22249 21354 731 1214 0 21031 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 88996

[startup+642.301 s]

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

/proc/meminfo: memFree=28886148/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=102824 CPUtime=1122.22 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 26532 0 0 0 111374 848 0 0 25 0 1 0 823085725 105291776 24768 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 25706 24768 731 1214 0 24488 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 102824

[startup+1182.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 12176
/proc/meminfo: memFree=28883776/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=104260 CPUtime=1182.21 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 26829 0 0 0 117325 896 0 0 25 0 1 0 823085725 106762240 25065 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 26065 25065 731 1214 0 24847 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 104260

[startup+1242.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 12176
/proc/meminfo: memFree=28882900/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=104260 CPUtime=1242.21 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 26829 0 0 0 123277 944 0 0 25 0 1 0 823085725 106762240 25065 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 26065 25065 731 1214 0 24847 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 104260

[startup+1302.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 12178
/proc/meminfo: memFree=28882276/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=104732 CPUtime=1302.22 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 27039 0 0 0 129233 989 0 0 25 0 1 0 823085725 107245568 25275 33554432000 4194304 9163163 140733260046624 18446744073709551615 6499675 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 26183 25275 731 1214 0 24965 0
Current children cumulated CPU time (s) 1302.22
Current children cumulated vsize (KiB) 104732

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12180
/proc/meminfo: memFree=28882512/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=105156 CPUtime=1362.2 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 27160 0 0 0 135189 1031 0 0 25 0 1 0 823085725 107679744 25396 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 26289 25396 731 1214 0 25071 0
Current children cumulated CPU time (s) 1362.2
Current children cumulated vsize (KiB) 105156

[startup+1422.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/499 12182
/proc/meminfo: memFree=28881132/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=105928 CPUtime=1422.22 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 27357 0 0 0 141146 1076 0 0 25 0 1 0 823085725 108470272 25593 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 26482 25593 731 1214 0 25264 0
Current children cumulated CPU time (s) 1422.22
Current children cumulated vsize (KiB) 105928

[startup+1482.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/499 12184
/proc/meminfo: memFree=28876028/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110236 CPUtime=1482.2 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28395 0 0 0 147095 1125 0 0 25 0 1 0 823085725 112881664 26631 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27559 26631 731 1214 0 26341 0
Current children cumulated CPU time (s) 1482.2
Current children cumulated vsize (KiB) 110236

[startup+1542.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/499 12184
/proc/meminfo: memFree=28875144/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110236 CPUtime=1542.21 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28395 0 0 0 153055 1166 0 0 25 0 1 0 823085725 112881664 26631 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27559 26631 731 1214 0 26341 0
Current children cumulated CPU time (s) 1542.21
Current children cumulated vsize (KiB) 110236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 12186
/proc/meminfo: memFree=28874500/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110236 CPUtime=1602.2 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28395 0 0 0 159010 1210 0 0 25 0 1 0 823085725 112881664 26631 33554432000 4194304 9163163 140733260046624 18446744073709551615 7225123 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27559 26631 731 1214 0 26341 0
Current children cumulated CPU time (s) 1602.2
Current children cumulated vsize (KiB) 110236

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 12188
/proc/meminfo: memFree=28873740/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110236 CPUtime=1662.19 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28398 0 0 0 164963 1256 0 0 25 0 1 0 823085725 112881664 26634 33554432000 4194304 9163163 140733260046624 18446744073709551615 6499616 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27559 26634 731 1214 0 26341 0
Current children cumulated CPU time (s) 1662.19
Current children cumulated vsize (KiB) 110236

[startup+1722.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/499 12190
/proc/meminfo: memFree=28873476/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110236 CPUtime=1722.19 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28398 0 0 0 170917 1302 0 0 25 0 1 0 823085725 112881664 26634 33554432000 4194304 9163163 140733260046624 18446744073709551615 6499667 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27559 26634 731 1214 0 26341 0
Current children cumulated CPU time (s) 1722.19
Current children cumulated vsize (KiB) 110236

[startup+1782.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28870476/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1782.19 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28444 0 0 0 176864 1355 0 0 25 0 1 0 823085725 113115136 26680 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26680 731 1214 0 26398 0
Current children cumulated CPU time (s) 1782.19
Current children cumulated vsize (KiB) 110464

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

[startup+1791.92 s]
/proc/loadavg: 2.10 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28870848/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1791.81 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28449 0 0 0 177819 1362 0 0 25 0 1 0 823085725 113115136 26685 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26685 731 1214 0 26398 0
Current children cumulated CPU time (s) 1791.81
Current children cumulated vsize (KiB) 110464

[startup+1795.1 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28871716/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1795.01 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28477 0 0 0 178136 1365 0 0 25 0 1 0 823085725 113115136 26713 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26713 731 1214 0 26398 0
Current children cumulated CPU time (s) 1795.01
Current children cumulated vsize (KiB) 110464

[startup+1798.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28871592/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1798.19 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28495 0 0 0 178452 1367 0 0 25 0 1 0 823085725 113115136 26731 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26731 731 1214 0 26398 0
Current children cumulated CPU time (s) 1798.19
Current children cumulated vsize (KiB) 110464

[startup+1799.1 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28871096/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1798.99 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28495 0 0 0 178531 1368 0 0 25 0 1 0 823085725 113115136 26731 33554432000 4194304 9163163 140733260046624 18446744073709551615 6498281 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26731 731 1214 0 26398 0
Current children cumulated CPU time (s) 1798.99
Current children cumulated vsize (KiB) 110464

[startup+1799.5 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28871096/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1799.4 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28495 0 0 0 178572 1368 0 0 25 0 1 0 823085725 113115136 26731 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26731 731 1214 0 26398 0
Current children cumulated CPU time (s) 1799.4
Current children cumulated vsize (KiB) 110464

[startup+1799.9 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28871096/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1799.79 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28495 0 0 0 178610 1369 0 0 25 0 1 0 823085725 113115136 26731 33554432000 4194304 9163163 140733260046624 18446744073709551615 18446744073699065955 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26731 731 1214 0 26398 0
Current children cumulated CPU time (s) 1799.79
Current children cumulated vsize (KiB) 110464

[startup+1800 s]
/proc/loadavg: 2.08 2.05 2.01 3/499 12192
/proc/meminfo: memFree=28871096/32951132 swapFree=57925096/67111528
[pid=12115] ppid=12113 vsize=110464 CPUtime=1799.89 cores=0,2,4,6
/proc/12115/stat : 12115 (scip-2.0.1.4b.l) R 12113 12115 10513 0 -1 4202496 28495 0 0 0 178620 1369 0 0 25 0 1 0 823085725 113115136 26731 33554432000 4194304 9163163 140733260046624 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/12115/statm: 27616 26731 731 1214 0 26398 0
Current children cumulated CPU time (s) 1799.89
Current children cumulated vsize (KiB) 110464

Child status: 0
Real time (s): 1800.06
CPU time (s): 1799.95
CPU user time (s): 1786.26
CPU system time (s): 13.6979
CPU usage (%): 99.9944
Max. virtual memory (cumulated for all children) (KiB): 110464

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

runsolver used 9.16461 second user time and 20.3089 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-03 17:27:41
IDJOB=3450247
IDBENCH=71842
IDSOLVER=1948
FILE ID=node129/3450247-1307114861
RUNJOBID= node129-1307109434-11677
PBS_JOBID= 13497990
Free space on /tmp= 73852 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx60.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-3450247-1307114861/watcher-3450247-1307114861 -o /tmp/evaluation-result-3450247-1307114861/solver-3450247-1307114861 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3450247-1307114861.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=668320731

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28910692 kB
Buffers:        308160 kB
Cached:        2119648 kB
SwapCached:      49348 kB
Active:         603420 kB
Inactive:      3156088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28910692 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:           12432 kB
Writeback:           0 kB
AnonPages:     1293472 kB
Mapped:          17680 kB
Slab:           153340 kB
PageTables:      59200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147505448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73840 MiB
End job on node129 at 2011-06-03 17:57:41