Trace number 3451907

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4? (TO) 1800.08 1800.02

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.4 [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-3451907-1307115709.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.06	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.00/0.09	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.16
0.19/0.20	c - non default parameters ----------------------------------------------------------------------
0.19/0.20	c # SCIP version 2.0.1.4
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.25	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.25	c   0.2s|     1 |     0 |   508 |     - |  14M|   0 |  46 |2988 | 563 |2988 | 444 |   0 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.69/0.75	c   0.7s|     1 |     0 |  2303 |     - |  16M|   0 |  82 |2988 | 791 |2988 | 475 |  31 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.79/0.88	c   0.9s|     1 |     0 |  2375 |     - |  16M|   0 | 111 |2988 | 791 |2988 | 502 |  58 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
0.99/1.04	c   1.0s|     1 |     0 |  2532 |     - |  17M|   0 | 127 |2988 | 791 |2988 | 527 |  83 | 119 |   0 | 6.000000e+00 |      --      |    Inf 
1.21/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 |     - |  17M|   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.80	c   2.8s|     1 |     2 |  5119 |     - |  18M|   0 | 173 |2988 | 791 |2988 | 604 | 160 | 119 |  17 | 6.000000e+00 |      --      |    Inf 
53.29/53.38	c  53.4s| 10000 |   208 |167702 |  16.3 |  21M|  83 |   - |2988 |2158 |2988 | 542 | 160 |8680 |4536 | 6.000000e+00 |      --      |    Inf 
87.90/87.99	c  88.0s| 20000 |   381 |332949 |  16.4 |  23M|  83 |  39 |2988 |4172 |2988 | 542 | 160 |  17k|6289 | 6.000000e+00 |      --      |    Inf 
122.22/122.27	c   122s| 30000 |   579 |505750 |  16.7 |  24M|  83 |   - |2988 |4535 |2988 | 542 | 160 |  26k|7592 | 6.000000e+00 |      --      |    Inf 
154.60/154.63	c   155s| 40000 |   719 |665658 |  16.5 |  26M|  83 |  41 |2988 |5512 |2988 | 542 | 160 |  36k|8850 | 6.000000e+00 |      --      |    Inf 
187.60/187.67	c   188s| 50000 |   770 |823702 |  16.4 |  26M|  83 |  44 |2988 |5213 |2988 | 542 | 160 |  44k|  10k| 6.000000e+00 |      --      |    Inf 
219.40/219.48	c   219s| 60000 |   890 |975534 |  16.2 |  26M|  83 |  52 |2988 |5201 |2988 | 542 | 160 |  53k|  11k| 6.000000e+00 |      --      |    Inf 
253.50/253.59	c   254s| 70000 |  1022 |  1147k|  16.3 |  27M|  83 |  51 |2988 |4691 |2988 | 542 | 160 |  63k|  12k| 6.000000e+00 |      --      |    Inf 
287.11/287.15	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
287.11/287.15	c   287s| 80000 |  1155 |  1331k|  16.6 |  28M|  83 |  49 |2988 |4952 |2988 | 542 | 160 |  73k|  13k| 6.000000e+00 |      --      |    Inf 
319.70/319.78	c   320s| 90000 |  1254 |  1498k|  16.6 |  29M|  83 |   - |2988 |5445 |2988 | 542 | 160 |  81k|  13k| 6.000000e+00 |      --      |    Inf 
347.30/347.38	c   347s|100000 |  1318 |  1640k|  16.4 |  30M|  84 |   - |2988 |6809 |2988 | 542 | 160 |  91k|  15k| 6.000000e+00 |      --      |    Inf 
372.80/372.89	c   373s|110000 |  1305 |  1770k|  16.0 |  30M|  84 |   - |2988 |6791 |   0 |   0 | 160 | 102k|  16k| 6.000000e+00 |      --      |    Inf 
394.41/394.48	c   394s|120000 |  1326 |  1886k|  15.7 |  31M|  95 |   - |2988 |7769 |2988 | 542 | 160 | 113k|  17k| 6.000000e+00 |      --      |    Inf 
417.70/417.77	c   418s|130000 |  1312 |  2007k|  15.4 |  31M|  95 |  34 |2988 |7622 |2988 | 542 | 160 | 124k|  18k| 6.000000e+00 |      --      |    Inf 
437.61/437.63	c   438s|140000 |  1305 |  2107k|  15.0 |  32M|  98 |  31 |2988 |8347 |2988 | 542 | 160 | 138k|  18k| 6.000000e+00 |      --      |    Inf 
459.01/459.08	c   459s|150000 |  1332 |  2211k|  14.7 |  32M|  98 |   - |2988 |8883 |   0 |   0 | 160 | 148k|  19k| 6.000000e+00 |      --      |    Inf 
480.51/480.53	c   481s|160000 |  1334 |  2324k|  14.5 |  33M|  98 |  27 |2988 |9509 |2988 | 542 | 160 | 158k|  19k| 6.000000e+00 |      --      |    Inf 
501.91/501.93	c   502s|170000 |  1357 |  2431k|  14.3 |  33M|  98 |  25 |2988 |9911 |2988 | 542 | 160 | 168k|  19k| 6.000000e+00 |      --      |    Inf 
523.40/523.42	c   523s|180000 |  1332 |  2538k|  14.1 |  33M| 107 |   - |2988 |9140 |2988 | 542 | 160 | 178k|  20k| 6.000000e+00 |      --      |    Inf 
548.51/548.52	c   549s|190000 |  1371 |  2677k|  14.1 |  33M| 107 |   - |2988 |9499 |2988 | 542 | 160 | 189k|  21k| 6.000000e+00 |      --      |    Inf 
572.01/572.06	c   572s|200000 |  1345 |  2808k|  14.0 |  33M| 107 |   - |2988 |8724 |   0 |   0 | 160 | 200k|  21k| 6.000000e+00 |      --      |    Inf 
592.51/592.53	c   593s|210000 |  1361 |  2916k|  13.9 |  34M| 107 |  26 |2988 |9838 |2988 | 542 | 160 | 212k|  21k| 6.000000e+00 |      --      |    Inf 
614.01/614.02	c   614s|220000 |  1367 |  3027k|  13.7 |  35M| 107 |  31 |2988 |  11k|2988 | 542 | 160 | 223k|  22k| 6.000000e+00 |      --      |    Inf 
633.81/633.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
633.81/633.85	c   634s|230000 |  1358 |  3128k|  13.6 |  35M| 107 |  23 |2988 |  10k|2988 | 542 | 160 | 235k|  22k| 6.000000e+00 |      --      |    Inf 
656.51/656.59	c   657s|240000 |  1331 |  3235k|  13.5 |  33M| 107 |  35 |2988 |9032 |2988 | 542 | 160 | 245k|  23k| 6.000000e+00 |      --      |    Inf 
691.62/691.68	c   692s|250000 |  1382 |  3387k|  13.5 |  31M| 112 |  40 |2988 |6072 |2988 | 542 | 160 | 254k|  26k| 6.000000e+00 |      --      |    Inf 
714.21/714.26	c   714s|260000 |  1426 |  3518k|  13.5 |  32M| 112 |   - |2988 |7313 |   0 |   0 | 160 | 263k|  26k| 6.000000e+00 |      --      |    Inf 
733.92/733.99	c   734s|270000 |  1425 |  3621k|  13.4 |  34M| 112 |  27 |2988 |9189 |2988 | 542 | 160 | 274k|  26k| 6.000000e+00 |      --      |    Inf 
756.31/756.30	c   756s|280000 |  1436 |  3749k|  13.4 |  35M| 112 |   - |2988 |  10k|   0 |   0 | 160 | 286k|  26k| 6.000000e+00 |      --      |    Inf 
778.31/778.35	c   778s|290000 |  1456 |  3871k|  13.3 |  35M| 112 |   - |2988 |  10k|   0 |   0 | 160 | 298k|  26k| 6.000000e+00 |      --      |    Inf 
799.83/799.88	c   800s|300000 |  1426 |  3983k|  13.3 |  35M| 112 |   - |2988 |  10k|2988 | 542 | 160 | 307k|  27k| 6.000000e+00 |      --      |    Inf 
822.51/822.52	c   823s|310000 |  1440 |  4112k|  13.2 |  35M| 112 |  23 |2988 |  10k|2988 | 542 | 160 | 316k|  27k| 6.000000e+00 |      --      |    Inf 
850.91/850.94	c   851s|320000 |  1456 |  4294k|  13.4 |  36M| 112 |  24 |2988 |  11k|2988 | 542 | 160 | 330k|  28k| 6.000000e+00 |      --      |    Inf 
879.72/879.78	c   880s|330000 |  1528 |  4487k|  13.6 |  37M| 113 |  45 |2988 |  12k|2988 | 542 | 160 | 340k|  28k| 6.000000e+00 |      --      |    Inf 
907.71/907.72	c   908s|340000 |  1473 |  4674k|  13.7 |  36M| 113 |   - |2988 |  11k|2988 | 542 | 160 | 350k|  28k| 6.000000e+00 |      --      |    Inf 
935.42/935.43	c   935s|350000 |  1481 |  4858k|  13.9 |  38M| 113 |   - |2988 |  13k|   0 |   0 | 160 | 363k|  29k| 6.000000e+00 |      --      |    Inf 
963.42/963.47	c   963s|360000 |  1528 |  5045k|  14.0 |  39M| 114 |   - |2988 |  14k|2988 | 542 | 160 | 375k|  29k| 6.000000e+00 |      --      |    Inf 
988.22/988.27	c   988s|370000 |  1516 |  5198k|  14.0 |  38M| 114 |  17 |2988 |  13k|2988 | 542 | 160 | 389k|  29k| 6.000000e+00 |      --      |    Inf 
1014.82/1014.81	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1014.82/1014.81	c  1015s|380000 |  1535 |  5361k|  14.1 |  39M| 114 |  36 |2988 |  14k|2988 | 542 | 160 | 402k|  30k| 6.000000e+00 |      --      |    Inf 
1042.22/1042.26	c  1042s|390000 |  1544 |  5539k|  14.2 |  39M| 114 |  25 |2988 |  14k|2988 | 542 | 160 | 412k|  30k| 6.000000e+00 |      --      |    Inf 
1068.92/1068.90	c  1069s|400000 |  1556 |  5714k|  14.3 |  40M| 116 |  34 |2988 |  15k|2988 | 542 | 160 | 425k|  30k| 6.000000e+00 |      --      |    Inf 
1094.64/1094.67	c  1095s|410000 |  1619 |  5876k|  14.3 |  41M| 116 |  31 |2988 |  15k|2988 | 542 | 160 | 438k|  31k| 6.000000e+00 |      --      |    Inf 
1118.85/1118.88	c  1119s|420000 |  1496 |  6021k|  14.3 |  40M| 116 |   - |2988 |  15k|2988 | 542 | 160 | 452k|  31k| 6.000000e+00 |      --      |    Inf 
1144.23/1144.26	c  1144s|430000 |  1538 |  6160k|  14.3 |  41M| 116 |  31 |2988 |  15k|2988 | 542 | 160 | 468k|  32k| 6.000000e+00 |      --      |    Inf 
1173.93/1173.90	c  1174s|440000 |  1556 |  6341k|  14.4 |  41M| 127 |   - |2988 |  15k|   0 |   0 | 160 | 482k|  32k| 6.000000e+00 |      --      |    Inf 
1199.62/1199.62	c  1200s|450000 |  1632 |  6500k|  14.4 |  42M| 135 |   - |2988 |  16k|   0 |   0 | 160 | 494k|  32k| 6.000000e+00 |      --      |    Inf 
1228.03/1228.07	c  1228s|460000 |  1637 |  6678k|  14.5 |  43M| 135 |   - |2988 |  17k|2988 | 542 | 160 | 505k|  33k| 6.000000e+00 |      --      |    Inf 
1255.03/1255.07	c  1255s|470000 |  1594 |  6848k|  14.6 |  42M| 135 |  22 |2988 |  15k|2988 | 542 | 160 | 516k|  33k| 6.000000e+00 |      --      |    Inf 
1281.33/1281.37	c  1281s|480000 |  1590 |  6997k|  14.6 |  42M| 135 |  36 |2988 |  16k|2988 | 542 | 160 | 529k|  33k| 6.000000e+00 |      --      |    Inf 
1307.63/1307.61	c  1308s|490000 |  1600 |  7156k|  14.6 |  42M| 135 |   - |2988 |  16k|   0 |   0 | 160 | 541k|  34k| 6.000000e+00 |      --      |    Inf 
1334.73/1334.72	c  1335s|500000 |  1617 |  7315k|  14.6 |  43M| 135 |   - |2988 |  17k|   0 |   0 | 160 | 552k|  34k| 6.000000e+00 |      --      |    Inf 
1359.93/1359.92	c  1360s|510000 |  1622 |  7459k|  14.6 |  43M| 135 |  17 |2988 |  17k|2988 | 542 | 160 | 566k|  34k| 6.000000e+00 |      --      |    Inf 
1388.93/1388.99	c  1389s|520000 |  1644 |  7642k|  14.7 |  43M| 135 |   - |2988 |  16k|2988 | 542 | 160 | 577k|  35k| 6.000000e+00 |      --      |    Inf 
1416.44/1416.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.44/1416.46	c  1416s|530000 |  1657 |  7824k|  14.8 |  44M| 135 |  23 |2988 |  17k|2988 | 542 | 160 | 591k|  35k| 6.000000e+00 |      --      |    Inf 
1444.35/1444.41	c  1444s|540000 |  1693 |  7998k|  14.8 |  45M| 135 |  27 |2988 |  19k|2988 | 542 | 160 | 606k|  35k| 6.000000e+00 |      --      |    Inf 
1471.74/1471.81	c  1472s|550000 |  1611 |  8177k|  14.9 |  43M| 135 |  19 |2988 |  17k|2988 | 542 | 160 | 620k|  35k| 6.000000e+00 |      --      |    Inf 
1499.74/1499.71	c  1500s|560000 |  1600 |  8345k|  14.9 |  41M| 135 |   - |2988 |  14k|2988 | 542 | 160 | 631k|  36k| 6.000000e+00 |      --      |    Inf 
1523.94/1523.93	c  1524s|570000 |  1588 |  8491k|  14.9 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 646k|  36k| 6.000000e+00 |      --      |    Inf 
1550.44/1550.44	c  1550s|580000 |  1577 |  8659k|  14.9 |  41M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 660k|  36k| 6.000000e+00 |      --      |    Inf 
1577.44/1577.46	c  1577s|590000 |  1573 |  8823k|  14.9 |  42M| 135 |  20 |2988 |  15k|2988 | 542 | 160 | 674k|  37k| 6.000000e+00 |      --      |    Inf 
1604.14/1604.10	c  1604s|600000 |  1550 |  8981k|  15.0 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 687k|  37k| 6.000000e+00 |      --      |    Inf 
1629.64/1629.65	c  1630s|610000 |  1560 |  9136k|  15.0 |  42M| 135 |   - |2988 |  15k|2988 | 542 | 160 | 701k|  37k| 6.000000e+00 |      --      |    Inf 
1658.85/1658.86	c  1659s|620000 |  1553 |  9318k|  15.0 |  41M| 135 |  34 |2988 |  15k|2988 | 542 | 160 | 712k|  38k| 6.000000e+00 |      --      |    Inf 
1684.35/1684.32	c  1684s|630000 |  1546 |  9472k|  15.0 |  41M| 135 |  34 |2988 |  14k|2988 | 542 | 160 | 724k|  38k| 6.000000e+00 |      --      |    Inf 
1713.44/1713.41	c  1713s|640000 |  1513 |  9657k|  15.1 |  39M| 135 |   - |2988 |  12k|2988 | 542 | 160 | 736k|  39k| 6.000000e+00 |      --      |    Inf 
1756.54/1756.51	c  1757s|650000 |  1567 |  9828k|  15.1 |  38M| 135 |   - |2988 |  10k|   0 |   0 | 160 | 746k|  43k| 6.000000e+00 |      --      |    Inf 
1782.75/1782.71	c  1783s|660000 |  1608 | 10008k|  15.2 |  39M| 135 |  33 |2988 |  11k|2988 | 542 | 160 | 759k|  43k| 6.000000e+00 |      --      |    Inf 
1800.04/1800.00	c 
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Solving Time (sec) : 1800.00
1800.04/1800.00	c Solving Nodes      : 666839
1800.04/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.04/1800.00	c Dual Bound         : +6.00000000000000e+00
1800.04/1800.00	c Gap                : infinite
1800.04/1800.00	s UNKNOWN
1800.04/1800.00	c SCIP Status        : solving was interrupted [time limit reached]
1800.04/1800.00	c Total Time         :    1800.00
1800.04/1800.00	c   solving          :    1800.00
1800.04/1800.00	c   presolving       :       0.16 (included in solving)
1800.04/1800.00	c   reading          :       0.04 (included in solving)
1800.04/1800.00	c Original Problem   :
1800.04/1800.00	c   Problem name     : HOME/instance-3451907-1307115709.opb
1800.04/1800.00	c   Variables        : 2994 (2994 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 3433 initial, 3433 maximal
1800.04/1800.00	c Presolved Problem  :
1800.04/1800.00	c   Problem name     : t_HOME/instance-3451907-1307115709.opb
1800.04/1800.00	c   Variables        : 2988 (2988 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.04/1800.00	c   Constraints      : 444 initial, 19412 maximal
1800.04/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1800.04/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   knapsack         :       0.09          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   linear           :       0.02          6          0          0          6          0       2989          0          0          0
1800.04/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1800.04/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   integral         :          0          0          0     356722          0          4          0        163      17260          0          0     691422
1800.04/1800.00	c   knapsack         :        384          6    2424050          0          0          3   42202677      63842   21825633       1205          0          0
1800.04/1800.00	c   setppc           :         60          6    2360208          0          0          2    6820130      48776    3239038          0          0          0
1800.04/1800.00	c   linear           :          0+         6         46          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c   logicor          :          0+         6     858303          0          0          0     928437      17929     774443          0          0          0
1800.04/1800.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0
1800.04/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1800.04/1800.00	c   integral         :     133.05       0.00       0.00     133.05       0.00       0.00       0.00
1800.04/1800.00	c   knapsack         :     103.36       0.01      81.15       0.00       0.00       0.00      22.19
1800.04/1800.00	c   setppc           :      35.80       0.00      31.52       0.00       0.00       0.00       4.28
1800.04/1800.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c   logicor          :      57.37       0.00      53.93       0.00       0.00       0.00       3.45
1800.04/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1800.04/1800.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1800.04/1800.00	c   vbounds          :          0          0          0          0
1800.04/1800.00	c   rootredcost      :          0          0          0          0
1800.04/1800.00	c   pseudoobj        :          0          0          0          0
1800.04/1800.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1800.04/1800.00	c   vbounds          :       0.33       0.33       0.00
1800.04/1800.00	c   rootredcost      :       0.36       0.36       0.00
1800.04/1800.00	c   pseudoobj        :       0.27       0.27       0.00
1800.04/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.04/1800.00	c   propagation      :      70.35     130547     130507    2864768      134.8       2140       87.8          -
1800.04/1800.00	c   infeasible LP    :     271.24     208395      68912    1862225      235.2        561       69.4          0
1800.04/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.04/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.04/1800.00	c   applied globally :          -          -          -     771108      110.2          -          -          -
1800.04/1800.00	c   applied locally  :          -          -          -          4      419.2          -          -          -
1800.04/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.04/1800.00	c   cut pool         :       0.00          5          -          -       1264          -    (maximal pool size: 1741)
1800.04/1800.00	c   redcost          :      14.20     356188          0          0          0          0
1800.04/1800.00	c   impliedbounds    :       0.00          6          0          0          0          0
1800.04/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.04/1800.00	c   gomory           :       0.02          6          0          0         46          0
1800.04/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.04/1800.00	c   closecuts        :       0.00          0          0          0          0          0
1800.04/1800.00	c   strongcg         :       0.03          6          0          0         33          0
1800.04/1800.00	c   cmir             :       0.51          6          0          0       2065          0
1800.04/1800.00	c   flowcover        :       0.28          6          0          0       1203          0
1800.04/1800.00	c   clique           :       0.00          6          0          0          8          0
1800.04/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.04/1800.00	c   mcf              :       0.00          1          0          0          0          0
1800.04/1800.00	c   oddcycle         :       0.00          0          0          0          0          0
1800.04/1800.00	c   rapidlearning    :       0.23          1          0          0          0        228
1800.04/1800.00	c Pricers            :       Time      Calls       Vars
1800.04/1800.00	c   problem variables:       0.00          0          0
1800.04/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.04/1800.00	c   relpscost        :     132.80     356722        163      17260          0          0     691422
1800.04/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   inference        :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.04/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.04/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.04/1800.00	c   LP solutions     :       0.00          -          0
1800.04/1800.00	c   pseudo solutions :       0.00          -          0
1800.04/1800.00	c   oneopt           :       0.19          0          0
1800.04/1800.00	c   crossover        :       0.12          0          0
1800.04/1800.00	c   guideddiving     :       0.02          0          0
1800.04/1800.00	c   fracdiving       :       0.49         14          0
1800.04/1800.00	c   veclendiving     :       0.26         14          0
1800.04/1800.00	c   linesearchdiving :       0.21         14          0
1800.04/1800.00	c   feaspump         :       0.44          7          0
1800.04/1800.00	c   pscostdiving     :       0.31         15          0
1800.04/1800.00	c   coefdiving       :       0.52         15          0
1800.04/1800.00	c   objpscostdiving  :       0.08          8          0
1800.04/1800.00	c   rootsoldiving    :       0.20          8          0
1800.04/1800.00	c   trivial          :       0.00          2          0
1800.04/1800.00	c   shiftandpropagate:       0.02          1          0
1800.04/1800.00	c   simplerounding   :       0.09          0          0
1800.04/1800.00	c   zirounding       :       6.52          0          0
1800.04/1800.00	c   rounding         :       0.55       8457          0
1800.04/1800.00	c   shifting         :       3.76       2614          0
1800.04/1800.00	c   intshifting      :       0.01          0          0
1800.04/1800.00	c   twoopt           :       0.00          0          0
1800.04/1800.00	c   fixandinfer      :       0.00          0          0
1800.04/1800.00	c   clique           :       0.00          0          0
1800.04/1800.00	c   intdiving        :       0.00          0          0
1800.04/1800.00	c   actconsdiving    :       0.00          0          0
1800.04/1800.00	c   octane           :       0.00          0          0
1800.04/1800.00	c   rens             :       0.06          1          0
1800.04/1800.00	c   rins             :       0.00          0          0
1800.04/1800.00	c   localbranching   :       0.00          0          0
1800.04/1800.00	c   mutation         :       0.00          0          0
1800.04/1800.00	c   dins             :       0.00          0          0
1800.04/1800.00	c   vbounds          :       0.00          0          0
1800.04/1800.00	c   undercover       :       0.00          0          0
1800.04/1800.00	c   subnlp           :       0.12          0          0
1800.04/1800.00	c   trysol           :       0.12          0          0
1800.04/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.04/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.04/1800.00	c   dual LP          :     998.66     563548   10106914      17.93   10120.49
1800.04/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.04/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.04/1800.00	c   diving/probing LP:       1.55       1555      13092       8.42    8427.34
1800.04/1800.00	c   strong branching :     127.09      43896     977290      22.26    7689.53
1800.04/1800.00	c     (at root node) :          -         17       6417     377.47          -
1800.04/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.04/1800.00	c B&B Tree           :
1800.04/1800.00	c   number of runs   :          1
1800.04/1800.00	c   nodes            :     666839
1800.04/1800.00	c   nodes (total)    :     666839
1800.04/1800.00	c   nodes left       :       1686
1800.04/1800.00	c   max depth        :        135
1800.04/1800.00	c   max depth (total):        135
1800.04/1800.00	c   backtracks       :      93347 (14.0%)
1800.04/1800.00	c   delayed cutoffs  :      22898
1800.04/1800.00	c   repropagations   :     829584 (3186366 domain reductions, 17715 cutoffs)
1800.04/1800.00	c   avg switch length:       4.67
1800.04/1800.00	c   switching time   :      76.00
1800.04/1800.00	c Solution           :
1800.04/1800.00	c   Solutions found  :          0 (0 improvements)
1800.04/1800.00	c   Primal Bound     :          -
1800.04/1800.00	c   Dual Bound       : +6.00000000000000e+00
1800.04/1800.00	c   Gap              :   infinite
1800.04/1800.00	c   Root Dual Bound  : +6.00000000000000e+00
1800.04/1800.00	c   Root Iterations  :       5119

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-3451907-1307115709/watcher-3451907-1307115709 -o /tmp/evaluation-result-3451907-1307115709/solver-3451907-1307115709 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451907-1307115709.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.01 2.02 2.00 3/483 13764
/proc/meminfo: memFree=24745188/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=10760 CPUtime=0 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 1682 0 0 0 0 0 0 0 25 0 1 0 901801553 11018240 1636 33554432000 4194304 9128323 140736060493200 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13764/statm: 2690 1636 400 1205 0 1481 0

[startup+0.102479 s]
/proc/loadavg: 2.01 2.02 2.00 3/483 13764
/proc/meminfo: memFree=24745188/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=32580 CPUtime=0.09 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 7213 0 0 0 9 0 0 0 25 0 1 0 901801553 33361920 6908 33554432000 4194304 9128323 140736060493200 18446744073709551615 5158242 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 8145 6908 533 1205 0 6936 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32580

[startup+0.200466 s]
/proc/loadavg: 2.01 2.02 2.00 3/483 13764
/proc/meminfo: memFree=24745188/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=36432 CPUtime=0.19 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 8201 0 0 0 19 0 0 0 25 0 1 0 901801553 37306368 7896 33554432000 4194304 9128323 140736060493200 18446744073709551615 5134076 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 9108 7896 547 1205 0 7899 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36432

[startup+0.300451 s]
/proc/loadavg: 2.01 2.02 2.00 3/483 13764
/proc/meminfo: memFree=24745188/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=45208 CPUtime=0.29 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 10772 0 0 0 29 0 0 0 18 0 1 0 901801553 46292992 10225 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 11302 10225 673 1205 0 10093 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45208

[startup+0.700372 s]
/proc/loadavg: 2.01 2.02 2.00 3/483 13764
/proc/meminfo: memFree=24745188/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73844 CPUtime=0.69 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 17731 0 0 0 68 1 0 0 18 0 1 0 901801553 75616256 17184 33554432000 4194304 9128323 140736060493200 18446744073709551615 5134074 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18461 17184 717 1205 0 17252 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73844

[startup+1.50023 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 13765
/proc/meminfo: memFree=24678468/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73084 CPUtime=1.49 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 17954 0 0 0 148 1 0 0 19 0 1 0 901801553 74838016 17035 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18271 17035 729 1205 0 17062 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73084

[startup+3.10082 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 13766
/proc/meminfo: memFree=24676732/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=3.09 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18220 0 0 0 307 2 0 0 23 0 1 0 901801553 75718656 17301 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17301 738 1205 0 17277 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73944

[startup+6.30034 s]
/proc/loadavg: 2.09 2.04 2.01 3/484 13766
/proc/meminfo: memFree=24675988/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=6.29 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18220 0 0 0 623 6 0 0 25 0 1 0 901801553 75718656 17301 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17301 738 1205 0 17277 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 73944

[startup+12.7012 s]
/proc/loadavg: 2.08 2.04 2.01 3/484 13766
/proc/meminfo: memFree=24673512/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=12.69 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18220 0 0 0 1255 14 0 0 25 0 1 0 901801553 75718656 17301 33554432000 4194304 9128323 140736060493200 18446744073709551615 7192168 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17301 738 1205 0 17277 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 73944

[startup+25.5008 s]
/proc/loadavg: 2.06 2.04 2.00 3/484 13766
/proc/meminfo: memFree=24667208/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=25.49 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18222 0 0 0 2522 27 0 0 25 0 1 0 901801553 75718656 17303 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17303 740 1205 0 17277 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 73944

[startup+51.101 s]
/proc/loadavg: 2.04 2.03 2.00 3/484 13767
/proc/meminfo: memFree=24659252/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=51.09 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18222 0 0 0 5061 48 0 0 25 0 1 0 901801553 75718656 17303 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17303 740 1205 0 17277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73944

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/484 13768
/proc/meminfo: memFree=24649084/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=102.3 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18222 0 0 0 10140 90 0 0 25 0 1 0 901801553 75718656 17303 33554432000 4194304 9128323 140736060493200 18446744073709551615 6526600 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17303 740 1205 0 17277 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 73944

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 13770
/proc/meminfo: memFree=24653124/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=162.3 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18223 0 0 0 16087 143 0 0 25 0 1 0 901801553 75718656 17304 33554432000 4194304 9128323 140736060493200 18446744073709551615 6526600 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17304 740 1205 0 17277 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 73944

[startup+222.319 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13771
/proc/meminfo: memFree=24654220/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=73944 CPUtime=222.31 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18287 0 0 0 22038 193 0 0 25 0 1 0 901801553 75718656 17368 33554432000 4194304 9128323 140736060493200 18446744073709551615 7346354 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18486 17368 740 1205 0 17277 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 73944

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13773
/proc/meminfo: memFree=24652556/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=74164 CPUtime=282.3 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 18553 0 0 0 27986 244 0 0 25 0 1 0 901801553 75943936 17634 33554432000 4194304 9128323 140736060493200 18446744073709551615 6581557 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 18541 17634 740 1205 0 17332 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 74164

[startup+342.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/484 13775
/proc/meminfo: memFree=24649664/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=76892 CPUtime=342.3 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 19276 0 0 0 33940 290 0 0 25 0 1 0 901801553 78737408 18350 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 19223 18350 740 1205 0 18014 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 76892

[startup+402.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/484 13776
/proc/meminfo: memFree=24647128/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=80252 CPUtime=402.3 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 20110 0 0 0 39882 348 0 0 25 0 1 0 901801553 82178048 19184 33554432000 4194304 9128323 140736060493200 18446744073709551615 18446744073699066094 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 20063 19184 740 1205 0 18854 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 80252

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 13778
/proc/meminfo: memFree=24641008/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=84980 CPUtime=462.3 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 21276 0 0 0 45835 395 0 0 25 0 1 0 901801553 87019520 20338 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 21245 20338 740 1205 0 20036 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 84980

[startup+522.301 s]
/proc/loadavg: 2.14 2.05 2.01 3/484 13779
/proc/meminfo: memFree=24639620/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=86380 CPUtime=522.31 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 21652 0 0 0 51788 443 0 0 25 0 1 0 901801553 88453120 20710 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 21595 20710 740 1205 0 20386 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 86380

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/484 13781
/proc/meminfo: memFree=24638464/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=87760 CPUtime=582.31 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 21998 0 0 0 57736 495 0 0 25 0 1 0 901801553 89866240 21056 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 21940 21056 740 1205 0 20731 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 87760

[startup+642.301 s]

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

[startup+882.318 s]
/proc/loadavg: 2.10 2.04 2.01 3/484 13789
/proc/meminfo: memFree=24628104/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=94336 CPUtime=882.34 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 23653 0 0 0 87489 745 0 0 25 0 1 0 901801553 96600064 22693 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 23584 22693 740 1205 0 22375 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 94336

[startup+942.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/484 13791
/proc/meminfo: memFree=24626716/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=96248 CPUtime=942.32 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 24051 0 0 0 93431 801 0 0 25 0 1 0 901801553 98557952 23080 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 24062 23080 740 1205 0 22853 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 96248

[startup+1002.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/484 13792
/proc/meminfo: memFree=24626684/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=97800 CPUtime=1002.32 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 24496 0 0 0 99378 854 0 0 25 0 1 0 901801553 100147200 23525 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 24450 23525 740 1205 0 23241 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 97800

[startup+1062.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/484 13794
/proc/meminfo: memFree=24624808/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=98536 CPUtime=1062.33 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 24722 0 0 0 105323 910 0 0 25 0 1 0 901801553 100900864 23751 33554432000 4194304 9128323 140736060493200 18446744073709551615 6525232 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 24634 23751 740 1205 0 23425 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 98536

[startup+1122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/484 13795
/proc/meminfo: memFree=24622512/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=101332 CPUtime=1122.32 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 25297 0 0 0 111271 961 0 0 25 0 1 0 901801553 103763968 24326 33554432000 4194304 9128323 140736060493200 18446744073709551615 7162943 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 25333 24326 740 1205 0 24124 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 101332

[startup+1182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/484 13806
/proc/meminfo: memFree=24619844/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=103284 CPUtime=1182.32 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 25895 0 0 0 117219 1013 0 0 25 0 1 0 901801553 105762816 24924 33554432000 4194304 9128323 140736060493200 18446744073709551615 6525232 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 25821 24924 740 1205 0 24612 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 103284

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 13808
/proc/meminfo: memFree=24618660/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=103284 CPUtime=1242.33 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 25896 0 0 0 123164 1069 0 0 25 0 1 0 901801553 105762816 24925 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 25821 24925 740 1205 0 24612 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 103284

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13809
/proc/meminfo: memFree=24620128/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=103284 CPUtime=1302.33 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 25896 0 0 0 129109 1124 0 0 25 0 1 0 901801553 105762816 24925 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 25821 24925 740 1205 0 24612 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 103284

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 13811
/proc/meminfo: memFree=24621056/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=103980 CPUtime=1362.34 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 26032 0 0 0 135061 1173 0 0 25 0 1 0 901801553 106475520 25061 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 25995 25061 740 1205 0 24786 0
Current children cumulated CPU time (s) 1362.34
Current children cumulated vsize (KiB) 103980

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/484 13812
/proc/meminfo: memFree=24615440/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=105332 CPUtime=1422.34 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 26388 0 0 0 141005 1229 0 0 25 0 1 0 901801553 107859968 25417 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 26333 25417 740 1205 0 25124 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 105332

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/484 13814
/proc/meminfo: memFree=24614768/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=108284 CPUtime=1482.34 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27054 0 0 0 146948 1286 0 0 25 0 1 0 901801553 110882816 26072 33554432000 4194304 9128323 140736060493200 18446744073709551615 6526649 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 27071 26072 740 1205 0 25862 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 108284

[startup+1542.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/484 13816
/proc/meminfo: memFree=24612864/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=108284 CPUtime=1542.36 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27055 0 0 0 152899 1337 0 0 25 0 1 0 901801553 110882816 26073 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 27071 26073 740 1205 0 25862 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 108284

[startup+1602.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/484 13845
/proc/meminfo: memFree=24322188/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=108284 CPUtime=1602.34 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27055 0 0 0 158845 1389 0 0 25 0 1 0 901801553 110882816 26073 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 27071 26073 740 1205 0 25862 0
Current children cumulated CPU time (s) 1602.34
Current children cumulated vsize (KiB) 108284

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/484 13847
/proc/meminfo: memFree=24324128/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=108284 CPUtime=1662.35 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27140 0 0 0 164791 1444 0 0 25 0 1 0 901801553 110882816 26158 33554432000 4194304 9128323 140736060493200 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 27071 26158 740 1205 0 25862 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 108284

[startup+1722.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/484 13848
/proc/meminfo: memFree=24305616/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=108500 CPUtime=1722.34 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27205 0 0 0 170737 1497 0 0 25 0 1 0 901801553 111104000 26223 33554432000 4194304 9128323 140736060493200 18446744073709551615 7279280 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 27125 26223 740 1205 0 25916 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 108500

[startup+1782.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/484 13850
/proc/meminfo: memFree=24302624/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=108912 CPUtime=1782.35 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27312 0 0 0 176677 1558 0 0 25 0 1 0 901801553 111525888 26330 33554432000 4194304 9128323 140736060493200 18446744073709551615 6505877 0 0 4096 16384 0 0 0 17 4 0 0 0
/proc/13764/statm: 27228 26330 740 1205 0 26019 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 108912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.04 2.00 3/484 13850
/proc/meminfo: memFree=24301860/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=109096 CPUtime=1800.05 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27356 0 0 0 178432 1573 0 0 25 0 1 0 901801553 111714304 26374 33554432000 4194304 9128323 140736060493200 18446744073709551615 6581591 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13764/statm: 27274 26374 741 1205 0 26065 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 109096

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

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

[startup+1800 s]
/proc/loadavg: 2.02 2.04 2.00 3/484 13850
/proc/meminfo: memFree=24301860/32950928 swapFree=61542356/67111528
[pid=13764] ppid=13762 vsize=109096 CPUtime=1800.05 cores=0,2,4,6
/proc/13764/stat : 13764 (scip-2.0.1.4.li) R 13762 13764 12040 0 -1 4202496 27356 0 0 0 178432 1573 0 0 25 0 1 0 901801553 111714304 26374 33554432000 4194304 9128323 140736060493200 18446744073709551615 6581591 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/13764/statm: 27274 26374 741 1205 0 26065 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 109096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.02
CPU time (s): 1800.08
CPU user time (s): 1784.34
CPU system time (s): 15.7436
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.34
system time used= 15.7436
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27356
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= 5
involuntary context switches= 2564

runsolver used 8.82866 second user time and 19.2361 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 17:41:49
IDJOB=3451907
IDBENCH=71842
IDSOLVER=1949
FILE ID=node116/3451907-1307115709
RUNJOBID= node116-1307109962-13219
PBS_JOBID= 13498000
Free space on /tmp= 73828 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. 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.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451907-1307115709/watcher-3451907-1307115709 -o /tmp/evaluation-result-3451907-1307115709/solver-3451907-1307115709 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3451907-1307115709.opb -t 1800 -m 15500

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

MD5SUM BENCH= 26c9befa85d0a0769813e718015f6caa
RANDOM SEED=181947509

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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:     32950928 kB
MemFree:      24745484 kB
Buffers:        237860 kB
Cached:         448236 kB
SwapCached:      12572 kB
Active:        7590172 kB
Inactive:       346816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24745484 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:           12468 kB
Writeback:           0 kB
AnonPages:     7248896 kB
Mapped:          25356 kB
Slab:           138776 kB
PageTables:      62768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139751004 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= 73812 MiB
End job on node116 at 2011-06-03 18:11:51