Trace number 3484730

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 2 2011-06-10 (fixed)? 1797.08 1797.04

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx57.opb
MD5SUM60656ad92b0e8411299701f2f84e60fb
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.081986
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2850
Total number of constraints3286
Number of constraints which are clauses2844
Number of constraints which are cardinality constraints (but not clauses)58
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 721
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.5]
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-3484730-1307790706.opb>
0.02/0.03	c original problem has 2850 variables (2850 bin, 0 int, 0 impl, 0 cont) and 3286 constraints
0.02/0.03	c problem read
0.02/0.03	c presolving settings loaded
0.02/0.05	c presolving:
0.02/0.06	c (round 1) 6 del vars, 1 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5688 impls, 57 clqs
0.02/0.06	c (round 2) 6 del vars, 2845 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 5688 impls, 57 clqs
0.02/0.07	c (round 3) 6 del vars, 2845 del conss, 0 add conss, 6 chg bounds, 0 chg sides, 0 chg coeffs, 441 upgd conss, 5688 impls, 57 clqs
0.09/0.18	c    (0.2s) probing: 101/2844 (3.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.18	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.18	c presolving (4 rounds):
0.09/0.18	c  6 deleted vars, 2845 deleted constraints, 0 added constraints, 6 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.18	c  5688 implications, 369 cliques
0.09/0.18	c presolved problem has 2844 variables (2844 bin, 0 int, 0 impl, 0 cont) and 441 constraints
0.09/0.18	c     384 constraints of type <knapsack>
0.09/0.18	c      57 constraints of type <setppc>
0.09/0.18	c transformed objective value is always integral (scale: 1)
0.09/0.18	c Presolving Time: 0.14
0.09/0.18	c - non default parameters ----------------------------------------------------------------------
0.09/0.18	c # SCIP version 2.0.1.4
0.09/0.18	c 
0.09/0.18	c # frequency for displaying node information lines
0.09/0.18	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.18	c display/freq = 10000
0.09/0.18	c 
0.09/0.18	c # maximal time in seconds to run
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/time = 1797
0.09/0.18	c 
0.09/0.18	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.18	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.18	c limits/memory = 13950
0.09/0.18	c 
0.09/0.18	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.18	c # [type: int, range: [1,2], default: 1]
0.09/0.18	c timing/clocktype = 2
0.09/0.18	c 
0.09/0.18	c # belongs reading time to solving time?
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c timing/reading = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify inequalities
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/linear/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/indicator/addCouplingCons = TRUE
0.09/0.18	c 
0.09/0.18	c # should presolving try to simplify knapsacks
0.09/0.18	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.18	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.18	c 
0.09/0.18	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.18	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.18	c separating/rapidlearning/freq = 0
0.09/0.18	c 
0.09/0.18	c -----------------------------------------------------------------------------------------------
0.09/0.18	c start solving
0.09/0.18	c 
0.19/0.22	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.22	c   0.2s|     1 |     0 |   468 |     - |  13M|   0 |  51 |2844 | 521 |2844 | 441 |   0 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.49/0.59	c   0.6s|     1 |     0 |  1436 |     - |  14M|   0 |  83 |2844 | 665 |2844 | 465 |  24 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
0.69/0.79	c   0.8s|     1 |     0 |  1479 |     - |  15M|   0 | 100 |2844 | 665 |2844 | 488 |  47 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.00/1.04	c   1.0s|     1 |     0 |  1586 |     - |  15M|   0 | 113 |2844 | 665 |2844 | 512 |  71 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.10/1.19	c   1.2s|     1 |     0 |  1676 |     - |  15M|   0 | 140 |2844 | 665 |2844 | 536 |  95 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.39/1.40	c   1.4s|     1 |     0 |  1980 |     - |  16M|   0 | 138 |2844 | 665 |2844 | 560 | 119 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
1.59/1.65	c   1.7s|     1 |     0 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |   0 | 6.000000e+00 |      --      |    Inf 
2.39/2.49	c   2.5s|     1 |     2 |  2522 |     - |  16M|   0 | 137 |2844 | 665 |2844 | 584 | 143 |  80 |  17 | 6.000000e+00 |      --      |    Inf 
65.60/65.68	c  65.7s| 10000 |   196 |253033 |  25.1 |  18M|  95 |   7 |2844 |2036 |2844 | 527 | 143 |9738 |6795 | 6.000000e+00 |      --      |    Inf 
105.99/106.08	c   106s| 20000 |   177 |474268 |  23.6 |  19M| 124 |  24 |2844 |2084 |2844 | 527 | 143 |  13k|9193 | 6.000000e+00 |      --      |    Inf 
140.39/140.42	c   140s| 30000 |   190 |677871 |  22.5 |  19M| 124 |   - |2844 |2936 |2844 | 527 | 143 |  16k|  10k| 6.000000e+00 |      --      |    Inf 
181.40/181.43	c   181s| 40000 |   226 |885313 |  22.1 |  19M| 124 |   - |2844 |2638 |2844 | 527 | 143 |  22k|  13k| 6.000000e+00 |      --      |    Inf 
217.80/217.85	c   218s| 50000 |   282 |  1096k|  21.9 |  20M| 124 |   - |2844 |3664 |2844 | 527 | 143 |  29k|  14k| 6.000000e+00 |      --      |    Inf 
252.50/252.50	c   253s| 60000 |   335 |  1320k|  22.0 |  21M| 124 |  12 |2844 |3572 |2844 | 527 | 143 |  32k|  15k| 6.000000e+00 |      --      |    Inf 
289.90/289.92	c   290s| 70000 |   323 |  1531k|  21.8 |  20M| 124 |   - |2844 |2738 |   0 |   0 | 143 |  35k|  17k| 6.000000e+00 |      --      |    Inf 
331.90/331.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
331.90/331.94	c   332s| 80000 |   368 |  1784k|  22.3 |  21M| 124 |   - |2844 |2884 |   0 |   0 | 143 |  44k|  19k| 6.000000e+00 |      --      |    Inf 
373.40/373.41	c   373s| 90000 |   416 |  2030k|  22.5 |  22M| 124 |  10 |2844 |3519 |2844 | 527 | 143 |  50k|  21k| 6.000000e+00 |      --      |    Inf 
409.21/409.25	c   409s|100000 |   451 |  2272k|  22.7 |  22M| 124 |   - |2844 |3589 |2844 | 527 | 143 |  54k|  21k| 6.000000e+00 |      --      |    Inf 
445.91/445.97	c   446s|110000 |   444 |  2514k|  22.8 |  22M| 124 |   - |2844 |3744 |2844 | 527 | 143 |  58k|  22k| 6.000000e+00 |      --      |    Inf 
477.01/477.04	c   477s|120000 |   444 |  2694k|  22.4 |  22M| 124 |   6 |2844 |3846 |2844 | 527 | 143 |  61k|  23k| 6.000000e+00 |      --      |    Inf 
506.30/506.35	c   506s|130000 |   436 |  2884k|  22.2 |  23M| 124 |   - |2844 |4279 |2844 | 527 | 143 |  62k|  23k| 6.000000e+00 |      --      |    Inf 
548.60/548.69	c   549s|140000 |   407 |  3125k|  22.3 |  22M| 124 |  25 |2844 |3437 |2844 | 527 | 143 |  66k|  25k| 6.000000e+00 |      --      |    Inf 
592.60/592.63	c   593s|150000 |   493 |  3373k|  22.5 |  23M| 124 |  28 |2844 |3311 |2844 | 527 | 143 |  70k|  28k| 6.000000e+00 |      --      |    Inf 
628.20/628.20	c   628s|160000 |   564 |  3582k|  22.4 |  24M| 124 |   - |2844 |3446 |   0 |   0 | 143 |  75k|  29k| 6.000000e+00 |      --      |    Inf 
665.81/665.85	c   666s|170000 |   530 |  3811k|  22.4 |  23M| 124 |   - |2844 |3390 |2844 | 527 | 143 |  80k|  31k| 6.000000e+00 |      --      |    Inf 
697.21/697.26	c   697s|180000 |   526 |  3988k|  22.1 |  24M| 124 |   - |2844 |3984 |2844 | 527 | 143 |  85k|  32k| 6.000000e+00 |      --      |    Inf 
737.51/737.51	c   738s|190000 |   590 |  4183k|  22.0 |  24M| 124 |   - |2844 |3803 |2844 | 527 | 143 |  91k|  35k| 6.000000e+00 |      --      |    Inf 
770.02/770.08	c   770s|200000 |   555 |  4381k|  21.9 |  24M| 124 |   - |2844 |3851 |2844 | 527 | 143 |  95k|  35k| 6.000000e+00 |      --      |    Inf 
806.91/806.98	c   807s|210000 |   600 |  4595k|  21.9 |  24M| 124 |   - |2844 |3742 |   0 |   0 | 143 | 104k|  37k| 6.000000e+00 |      --      |    Inf 
838.81/838.82	c   839s|220000 |   623 |  4798k|  21.8 |  25M| 124 |  15 |2844 |3810 |2844 | 527 | 143 | 110k|  37k| 6.000000e+00 |      --      |    Inf 
883.61/883.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
883.61/883.64	c   884s|230000 |   616 |  5088k|  22.1 |  25M| 124 |   - |2844 |4514 |   0 |   0 | 143 | 115k|  38k| 6.000000e+00 |      --      |    Inf 
919.72/919.78	c   920s|240000 |   629 |  5336k|  22.2 |  25M| 124 |   - |2844 |5019 |2844 | 527 | 143 | 117k|  39k| 6.000000e+00 |      --      |    Inf 
955.42/955.45	c   955s|250000 |   642 |  5563k|  22.2 |  25M| 124 |   - |2844 |5204 |2844 | 527 | 143 | 119k|  39k| 6.000000e+00 |      --      |    Inf 
991.61/991.60	c   992s|260000 |   644 |  5823k|  22.4 |  25M| 124 |  12 |2844 |5151 |2844 | 527 | 143 | 120k|  40k| 6.000000e+00 |      --      |    Inf 
1024.51/1024.54	c  1025s|270000 |   628 |  6045k|  22.4 |  25M| 124 |  14 |2844 |4842 |2844 | 527 | 143 | 122k|  40k| 6.000000e+00 |      --      |    Inf 
1062.63/1062.63	c  1063s|280000 |   641 |  6319k|  22.6 |  25M| 124 |   8 |2844 |5192 |2844 | 527 | 143 | 124k|  41k| 6.000000e+00 |      --      |    Inf 
1096.51/1096.59	c  1097s|290000 |   666 |  6554k|  22.6 |  26M| 124 |   - |2844 |6211 |2844 | 527 | 143 | 126k|  41k| 6.000000e+00 |      --      |    Inf 
1132.02/1132.04	c  1132s|300000 |   644 |  6807k|  22.7 |  27M| 124 |   - |2844 |6991 |2844 | 527 | 143 | 128k|  41k| 6.000000e+00 |      --      |    Inf 
1168.12/1168.10	c  1168s|310000 |   630 |  7061k|  22.8 |  26M| 124 |  12 |2844 |6212 |2844 | 527 | 143 | 129k|  41k| 6.000000e+00 |      --      |    Inf 
1204.42/1204.41	c  1204s|320000 |   664 |  7313k|  22.8 |  26M| 124 |   - |2844 |5799 |2844 | 527 | 143 | 131k|  41k| 6.000000e+00 |      --      |    Inf 
1241.52/1241.56	c  1242s|330000 |   638 |  7577k|  23.0 |  26M| 124 |   7 |2844 |6036 |2844 | 527 | 143 | 133k|  41k| 6.000000e+00 |      --      |    Inf 
1276.53/1276.58	c  1277s|340000 |   629 |  7823k|  23.0 |  26M| 124 |  10 |2844 |6703 |2844 | 527 | 143 | 135k|  41k| 6.000000e+00 |      --      |    Inf 
1310.93/1310.92	c  1311s|350000 |   637 |  8060k|  23.0 |  26M| 124 |   - |2844 |6844 |2844 | 527 | 143 | 136k|  42k| 6.000000e+00 |      --      |    Inf 
1343.82/1343.89	c  1344s|360000 |   645 |  8278k|  23.0 |  27M| 124 |   - |2844 |7162 |2844 | 527 | 143 | 137k|  42k| 6.000000e+00 |      --      |    Inf 
1377.13/1377.19	c  1377s|370000 |   621 |  8505k|  23.0 |  26M| 124 |  18 |2844 |6804 |2844 | 527 | 143 | 139k|  42k| 6.000000e+00 |      --      |    Inf 
1411.02/1411.05	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1411.02/1411.05	c  1411s|380000 |   629 |  8739k|  23.0 |  26M| 124 |  12 |2844 |6868 |2844 | 527 | 143 | 140k|  42k| 6.000000e+00 |      --      |    Inf 
1445.52/1445.56	c  1446s|390000 |   641 |  8977k|  23.0 |  27M| 124 |  12 |2844 |7532 |2844 | 527 | 143 | 142k|  42k| 6.000000e+00 |      --      |    Inf 
1479.33/1479.36	c  1479s|400000 |   645 |  9216k|  23.0 |  27M| 124 |  10 |2844 |8199 |2844 | 527 | 143 | 144k|  42k| 6.000000e+00 |      --      |    Inf 
1513.53/1513.53	c  1514s|410000 |   644 |  9450k|  23.0 |  28M| 124 |   - |2844 |8535 |2844 | 527 | 143 | 145k|  42k| 6.000000e+00 |      --      |    Inf 
1547.74/1547.77	c  1548s|420000 |   648 |  9687k|  23.1 |  28M| 124 |   8 |2844 |8695 |2844 | 527 | 143 | 146k|  42k| 6.000000e+00 |      --      |    Inf 
1581.63/1581.61	c  1582s|430000 |   640 |  9916k|  23.1 |  27M| 124 |   - |2844 |7893 |   0 |   0 | 143 | 148k|  43k| 6.000000e+00 |      --      |    Inf 
1615.73/1615.76	c  1616s|440000 |   632 | 10147k|  23.1 |  27M| 124 |   8 |2844 |8147 |2844 | 527 | 143 | 149k|  43k| 6.000000e+00 |      --      |    Inf 
1650.04/1650.02	c  1650s|450000 |   641 | 10378k|  23.1 |  28M| 124 |   9 |2844 |8134 |2844 | 527 | 143 | 150k|  43k| 6.000000e+00 |      --      |    Inf 
1683.43/1683.49	c  1683s|460000 |   636 | 10604k|  23.0 |  28M| 124 |   - |2844 |8145 |2844 | 527 | 143 | 151k|  43k| 6.000000e+00 |      --      |    Inf 
1716.74/1716.72	c  1717s|470000 |   639 | 10823k|  23.0 |  28M| 124 |  13 |2844 |8599 |2844 | 527 | 143 | 152k|  43k| 6.000000e+00 |      --      |    Inf 
1749.34/1749.34	c  1749s|480000 |   629 | 11035k|  23.0 |  28M| 124 |  11 |2844 |8803 |2844 | 527 | 143 | 153k|  43k| 6.000000e+00 |      --      |    Inf 
1782.54/1782.55	c  1783s|490000 |   631 | 11262k|  23.0 |  28M| 124 |   - |2844 |9107 |2844 | 527 | 143 | 154k|  43k| 6.000000e+00 |      --      |    Inf 
1797.04/1797.00	c 
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Solving Time (sec) : 1797.00
1797.04/1797.00	c Solving Nodes      : 494331
1797.04/1797.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1797.04/1797.00	c Dual Bound         : +6.00000000000000e+00
1797.04/1797.00	c Gap                : infinite
1797.04/1797.00	s UNKNOWN
1797.04/1797.00	c SCIP Status        : solving was interrupted [time limit reached]
1797.04/1797.00	c Total Time         :    1797.00
1797.04/1797.00	c   solving          :    1797.00
1797.04/1797.00	c   presolving       :       0.14 (included in solving)
1797.04/1797.00	c   reading          :       0.03 (included in solving)
1797.04/1797.00	c Original Problem   :
1797.04/1797.00	c   Problem name     : HOME/instance-3484730-1307790706.opb
1797.04/1797.00	c   Variables        : 2850 (2850 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 3286 initial, 3286 maximal
1797.04/1797.00	c Presolved Problem  :
1797.04/1797.00	c   Problem name     : t_HOME/instance-3484730-1307790706.opb
1797.04/1797.00	c   Variables        : 2844 (2844 binary, 0 integer, 0 implicit integer, 0 continuous)
1797.04/1797.00	c   Constraints      : 441 initial, 9161 maximal
1797.04/1797.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1797.04/1797.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   probing          :       0.03          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   knapsack         :       0.08          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   linear           :       0.02          6          0          0          6          0       2845          0          0          0
1797.04/1797.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   root node        :          -          0          -          -          0          -          -          -          -          -
1797.04/1797.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   integral         :          0          0          0     266629          0          4          0        771      27680          0          0     499878
1797.04/1797.00	c   knapsack         :        384          6    1311399          0          2          3   11244404      11393    3188878       1203          0          0
1797.04/1797.00	c   setppc           :         57          6    1300006          0          2          2    4081598       1267   10957252          0          0          0
1797.04/1797.00	c   linear           :          0+         6         21          0          0          0          0          0          0          0          0          0
1797.04/1797.00	c   logicor          :          0+         6     632577          0          0          0    2926532      15677    1089088          0          0          0
1797.04/1797.00	c   countsols        :          0          0          0          0          1          0          0          0          0          0          0          0
1797.04/1797.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1797.04/1797.00	c   integral         :     147.74       0.00       0.00     147.74       0.00       0.00       0.00
1797.04/1797.00	c   knapsack         :      25.57       0.02      19.50       0.00       0.00       0.00       6.06
1797.04/1797.00	c   setppc           :       8.61       0.00       7.47       0.00       0.00       0.00       1.14
1797.04/1797.00	c   linear           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c   logicor          :      15.36       0.00      11.44       0.00       0.00       0.00       3.92
1797.04/1797.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1797.04/1797.00	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1797.04/1797.00	c   vbounds          :          0          0          0          0
1797.04/1797.00	c   rootredcost      :          0          0          0          0
1797.04/1797.00	c   pseudoobj        :          0          0          0          0
1797.04/1797.00	c Propagator Timings :  TotalTime  Propagate    Resprop
1797.04/1797.00	c   vbounds          :       0.18       0.18       0.00
1797.04/1797.00	c   rootredcost      :       0.20       0.20       0.00
1797.04/1797.00	c   pseudoobj        :       0.14       0.14       0.00
1797.04/1797.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1797.04/1797.00	c   propagation      :       4.21      28337      28265     282127       91.0       1406       57.1          -
1797.04/1797.00	c   infeasible LP    :     344.38     218433      34147    1227542      289.7        221       66.5          0
1797.04/1797.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1797.04/1797.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1797.04/1797.00	c   applied globally :          -          -          -     155055       64.0          -          -          -
1797.04/1797.00	c   applied locally  :          -          -          -         46      459.6          -          -          -
1797.04/1797.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1797.04/1797.00	c   cut pool         :       0.00          5          -          -        695          -    (maximal pool size: 1152)
1797.04/1797.00	c   redcost          :      10.81     265568          0          0          0          0
1797.04/1797.00	c   impliedbounds    :       0.00          6          0          0          0          0
1797.04/1797.00	c   intobj           :       0.00          0          0          0          0          0
1797.04/1797.00	c   gomory           :       0.04          6          0          0         52          0
1797.04/1797.00	c   cgmip            :       0.00          0          0          0          0          0
1797.04/1797.00	c   closecuts        :       0.00          0          0          0          0          0
1797.04/1797.00	c   strongcg         :       0.18          6          0          0         43          0
1797.04/1797.00	c   cmir             :       0.39          6          0          0       1439          0
1797.04/1797.00	c   flowcover        :       0.39          6          0          0       1202          0
1797.04/1797.00	c   clique           :       0.00          6          0          0         12          0
1797.04/1797.00	c   zerohalf         :       0.00          0          0          0          0          0
1797.04/1797.00	c   mcf              :       0.00          1          0          0          0          0
1797.04/1797.00	c   oddcycle         :       0.00          0          0          0          0          0
1797.04/1797.00	c   rapidlearning    :       0.18          1          0          0          0        144
1797.04/1797.00	c Pricers            :       Time      Calls       Vars
1797.04/1797.00	c   problem variables:       0.00          0          0
1797.04/1797.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1797.04/1797.00	c   relpscost        :     147.51     266629        771      27680          0          0     499878
1797.04/1797.00	c   pscost           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   inference        :       0.00          1          0          0          0          0          2
1797.04/1797.00	c   mostinf          :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   leastinf         :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1797.04/1797.00	c   random           :       0.00          0          0          0          0          0          0
1797.04/1797.00	c Primal Heuristics  :       Time      Calls      Found
1797.04/1797.00	c   LP solutions     :       0.00          -          0
1797.04/1797.00	c   pseudo solutions :       0.00          -          0
1797.04/1797.00	c   oneopt           :       0.15          0          0
1797.04/1797.00	c   crossover        :       0.09          0          0
1797.04/1797.00	c   guideddiving     :       0.02          0          0
1797.04/1797.00	c   fracdiving       :       2.29         66          0
1797.04/1797.00	c   linesearchdiving :       0.74         66          0
1797.04/1797.00	c   coefdiving       :       2.04         66          0
1797.04/1797.00	c   veclendiving     :       0.98         66          0
1797.04/1797.00	c   feaspump         :       1.25         33          0
1797.04/1797.00	c   pscostdiving     :       1.45         67          0
1797.04/1797.00	c   objpscostdiving  :       0.39         34          0
1797.04/1797.00	c   rootsoldiving    :       1.12         34          0
1797.04/1797.00	c   trivial          :       0.00          2          0
1797.04/1797.00	c   shiftandpropagate:       0.02          1          0
1797.04/1797.00	c   simplerounding   :       0.06          0          0
1797.04/1797.00	c   zirounding       :       4.00          0          0
1797.04/1797.00	c   rounding         :       0.34       7253          0
1797.04/1797.00	c   shifting         :       2.56       2254          0
1797.04/1797.00	c   intshifting      :       0.01          0          0
1797.04/1797.00	c   twoopt           :       0.00          0          0
1797.04/1797.00	c   fixandinfer      :       0.00          0          0
1797.04/1797.00	c   clique           :       0.00          0          0
1797.04/1797.00	c   intdiving        :       0.00          0          0
1797.04/1797.00	c   actconsdiving    :       0.00          0          0
1797.04/1797.00	c   octane           :       0.00          0          0
1797.04/1797.00	c   rens             :       0.04          1          0
1797.04/1797.00	c   rins             :       0.00          0          0
1797.04/1797.00	c   localbranching   :       0.00          0          0
1797.04/1797.00	c   mutation         :       0.00          0          0
1797.04/1797.00	c   dins             :       0.00          0          0
1797.04/1797.00	c   vbounds          :       0.00          0          0
1797.04/1797.00	c   undercover       :       0.00          0          0
1797.04/1797.00	c   subnlp           :       0.07          0          0
1797.04/1797.00	c   trysol           :       0.09          0          0
1797.04/1797.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1797.04/1797.00	c   primal LP        :       0.00          0          0       0.00          -
1797.04/1797.00	c   dual LP          :    1121.36     482766   11295179      23.40   10072.79
1797.04/1797.00	c   lex dual LP      :       0.00          0          0       0.00          -
1797.04/1797.00	c   barrier LP       :       0.00          0          0       0.00          -
1797.04/1797.00	c   diving/probing LP:       7.14       6367      61676       9.69    8632.53
1797.04/1797.00	c   strong branching :     143.89      43572    1123815      25.79    7810.38
1797.04/1797.00	c     (at root node) :          -         17       6574     386.71          -
1797.04/1797.00	c   conflict analysis:       0.00          0          0       0.00          -
1797.04/1797.00	c B&B Tree           :
1797.04/1797.00	c   number of runs   :          1
1797.04/1797.00	c   nodes            :     494331
1797.04/1797.00	c   nodes (total)    :     494331
1797.04/1797.00	c   nodes left       :        634
1797.04/1797.00	c   max depth        :        124
1797.04/1797.00	c   max depth (total):        124
1797.04/1797.00	c   backtracks       :      80833 (16.4%)
1797.04/1797.00	c   delayed cutoffs  :       4916
1797.04/1797.00	c   repropagations   :     303806 (874602 domain reductions, 2046 cutoffs)
1797.04/1797.00	c   avg switch length:       3.68
1797.04/1797.00	c   switching time   :      32.52
1797.04/1797.00	c Solution           :
1797.04/1797.00	c   Solutions found  :          0 (0 improvements)
1797.04/1797.00	c   Primal Bound     :          -
1797.04/1797.00	c   Dual Bound       : +6.00000000000000e+00
1797.04/1797.00	c   Gap              :   infinite
1797.04/1797.00	c   Root Dual Bound  : +6.00000000000000e+00
1797.04/1797.00	c   Root Iterations  :       2522
1797.04/1797.03	c Time complete: 1797.07.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 19996
/proc/meminfo: memFree=31404672/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=9996 CPUtime=0 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 1519 0 0 0 0 0 0 0 19 0 1 0 890673247 10235904 1474 33554432000 4194304 8979876 140735379258000 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19996/statm: 2499 1474 366 1169 0 1326 0

[startup+0.0263389 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 19996
/proc/meminfo: memFree=31404672/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=14104 CPUtime=0.02 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 2513 0 0 0 2 0 0 0 19 0 1 0 890673247 14442496 2468 33554432000 4194304 8979876 140735379258000 18446744073709551615 7820612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/19996/statm: 3526 2468 366 1169 0 2353 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14104

[startup+0.100325 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 19996
/proc/meminfo: memFree=31404672/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=31792 CPUtime=0.09 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 7037 0 0 0 9 0 0 0 20 0 1 0 890673247 32555008 6735 33554432000 4194304 8979876 140735379258000 18446744073709551615 5221829 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 7948 6735 518 1169 0 6775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31792

[startup+0.30029 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 19996
/proc/meminfo: memFree=31404672/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=43816 CPUtime=0.29 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 10458 0 0 0 28 1 0 0 20 0 1 0 890673247 44867584 9919 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 10954 9919 679 1169 0 9781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 43816

[startup+0.700216 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 19996
/proc/meminfo: memFree=31404672/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=0.69 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17347 0 0 0 67 2 0 0 21 0 1 0 890673247 72306688 16433 33554432000 4194304 8979876 140735379258000 18446744073709551615 4238092 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16433 710 1169 0 16480 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70612

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19997
/proc/meminfo: memFree=31341696/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=1.49 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17349 0 0 0 147 2 0 0 24 0 1 0 890673247 72306688 16435 33554432000 4194304 8979876 140735379258000 18446744073709551615 7770360 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16435 710 1169 0 16480 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70612

[startup+3.10079 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 19997
/proc/meminfo: memFree=31340580/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=3.09 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17687 0 0 0 301 8 0 0 25 0 1 0 890673247 72306688 16773 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16773 718 1169 0 16480 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70612

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 20035
/proc/meminfo: memFree=31496560/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=6.29 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17687 0 0 0 612 17 0 0 25 0 1 0 890673247 72306688 16773 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16773 718 1169 0 16480 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70612

[startup+12.7011 s]
/proc/loadavg: 2.08 2.02 1.94 3/178 20035
/proc/meminfo: memFree=31472780/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=12.69 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17690 0 0 0 1236 33 0 0 25 0 1 0 890673247 72306688 16776 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16776 721 1169 0 16480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70612

[startup+25.5008 s]
/proc/loadavg: 2.06 2.02 1.94 3/178 20036
/proc/meminfo: memFree=31473308/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=25.49 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17691 0 0 0 2486 63 0 0 25 0 1 0 890673247 72306688 16777 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16777 722 1169 0 16480 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70612

[startup+51.1003 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 20036
/proc/meminfo: memFree=31472936/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=51.09 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17699 0 0 0 4978 131 0 0 25 0 1 0 890673247 72306688 16785 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16785 722 1169 0 16480 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70612

[startup+102.306 s]
/proc/loadavg: 2.02 2.01 1.94 3/178 20038
/proc/meminfo: memFree=31473012/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=102.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17699 0 0 0 9980 250 0 0 25 0 1 0 890673247 72306688 16785 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16785 722 1169 0 16480 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 70612

[startup+162.301 s]
/proc/loadavg: 2.05 2.02 1.95 3/178 20039
/proc/meminfo: memFree=31473204/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=162.29 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17701 0 0 0 15842 387 0 0 25 0 1 0 890673247 72306688 16787 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16787 722 1169 0 16480 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70612

[startup+222.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 20041
/proc/meminfo: memFree=31473004/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=222.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17701 0 0 0 21693 537 0 0 25 0 1 0 890673247 72306688 16787 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16787 722 1169 0 16480 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 70612

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 20042
/proc/meminfo: memFree=31473092/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=282.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17701 0 0 0 27536 694 0 0 25 0 1 0 890673247 72306688 16787 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16787 722 1169 0 16480 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 70612

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20044
/proc/meminfo: memFree=31471316/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=342.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17701 0 0 0 33392 838 0 0 25 0 1 0 890673247 72306688 16787 33554432000 4194304 8979876 140735379258000 18446744073709551615 4291248 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16787 722 1169 0 16480 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 70612

[startup+402.3 s]
/proc/loadavg: 2.06 2.02 1.95 3/178 20046
/proc/meminfo: memFree=31470188/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70612 CPUtime=402.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17701 0 0 0 39246 984 0 0 25 0 1 0 890673247 72306688 16787 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17653 16787 722 1169 0 16480 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 70612

[startup+462.301 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 20047
/proc/meminfo: memFree=31467660/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=70992 CPUtime=462.31 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17793 0 0 0 45114 1117 0 0 25 0 1 0 890673247 72695808 16879 33554432000 4194304 8979876 140735379258000 18446744073709551615 4291237 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17748 16879 722 1169 0 16575 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 70992

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 20049
/proc/meminfo: memFree=31465876/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=71464 CPUtime=522.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 17865 0 0 0 50978 1252 0 0 25 0 1 0 890673247 73179136 16951 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 17866 16951 722 1169 0 16693 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 71464

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 20050
/proc/meminfo: memFree=31463976/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=72020 CPUtime=582.3 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 18045 0 0 0 56834 1396 0 0 25 0 1 0 890673247 73748480 17131 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 18005 17131 722 1169 0 16832 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 72020

[startup+642.301 s]

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

/proc/meminfo: memFree=31435960/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=80252 CPUtime=1122.32 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20121 0 0 0 109570 2662 0 0 25 0 1 0 890673247 82178048 19207 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20063 19207 722 1169 0 18890 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 80252

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20066
/proc/meminfo: memFree=31434284/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=80788 CPUtime=1182.32 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20235 0 0 0 115431 2801 0 0 25 0 1 0 890673247 82726912 19321 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20197 19321 722 1169 0 19024 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 80788

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20068
/proc/meminfo: memFree=31433504/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=80788 CPUtime=1242.32 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20236 0 0 0 121284 2948 0 0 25 0 1 0 890673247 82726912 19322 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20197 19322 722 1169 0 19024 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 80788

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20070
/proc/meminfo: memFree=31429120/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=80788 CPUtime=1302.32 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20248 0 0 0 127151 3081 0 0 25 0 1 0 890673247 82726912 19334 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20197 19334 722 1169 0 19024 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 80788

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20071
/proc/meminfo: memFree=31427704/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=80788 CPUtime=1362.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20272 0 0 0 133014 3219 0 0 25 0 1 0 890673247 82726912 19358 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20197 19358 722 1169 0 19024 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 80788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20073
/proc/meminfo: memFree=31426796/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=81096 CPUtime=1422.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20340 0 0 0 138882 3351 0 0 25 0 1 0 890673247 83042304 19426 33554432000 4194304 8979876 140735379258000 18446744073709551615 4291211 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20274 19426 722 1169 0 19101 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 81096

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20074
/proc/meminfo: memFree=31425788/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=81680 CPUtime=1482.32 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20456 0 0 0 144745 3487 0 0 25 0 1 0 890673247 83640320 19542 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20420 19542 722 1169 0 19247 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 81680

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20076
/proc/meminfo: memFree=31424872/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82264 CPUtime=1542.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20637 0 0 0 150601 3632 0 0 25 0 1 0 890673247 84238336 19723 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20566 19723 722 1169 0 19393 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 82264

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20078
/proc/meminfo: memFree=31423704/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82428 CPUtime=1602.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20655 0 0 0 156466 3767 0 0 25 0 1 0 890673247 84406272 19741 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20607 19741 722 1169 0 19434 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 82428

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20079
/proc/meminfo: memFree=31423048/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82428 CPUtime=1662.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20655 0 0 0 162333 3900 0 0 25 0 1 0 890673247 84406272 19741 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20607 19741 722 1169 0 19434 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 82428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20081
/proc/meminfo: memFree=31421256/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82564 CPUtime=1722.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20716 0 0 0 168193 4040 0 0 25 0 1 0 890673247 84545536 19802 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20641 19802 722 1169 0 19468 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 82564

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20082
/proc/meminfo: memFree=31419360/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1782.33 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20758 0 0 0 174058 4175 0 0 25 0 1 0 890673247 84860928 19844 33554432000 4194304 8979876 140735379258000 18446744073709551615 5381809 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19844 722 1169 0 19545 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 82872

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20082
/proc/meminfo: memFree=31419236/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1785.54 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 174371 4183 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1785.54
Current children cumulated vsize (KiB) 82872

[startup+1791.91 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20083
/proc/meminfo: memFree=31419348/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1791.94 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 174998 4196 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1791.94
Current children cumulated vsize (KiB) 82872

[startup+1795.1 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20083
/proc/meminfo: memFree=31419224/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1795.14 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 175311 4203 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1795.14
Current children cumulated vsize (KiB) 82872

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20083
/proc/meminfo: memFree=31419224/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1795.94 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 175389 4205 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 6445643 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1795.94
Current children cumulated vsize (KiB) 82872

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20083
/proc/meminfo: memFree=31419220/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1796.73 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 175467 4206 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 7069160 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1796.73
Current children cumulated vsize (KiB) 82872

[startup+1796.9 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20083
/proc/meminfo: memFree=31419220/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1796.94 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 175487 4207 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 4291258 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1796.94
Current children cumulated vsize (KiB) 82872

[startup+1797 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 20083
/proc/meminfo: memFree=31419220/32951124 swapFree=67052812/67111528
[pid=19996] ppid=19994 vsize=82872 CPUtime=1797.04 cores=1,3,5,7
/proc/19996/stat : 19996 (scip-2.0.1.4_2.) R 19994 19996 19591 0 -1 4202496 20774 0 0 0 175497 4207 0 0 25 0 1 0 890673247 84860928 19860 33554432000 4194304 8979876 140735379258000 18446744073709551615 7179444 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/19996/statm: 20718 19860 722 1169 0 19545 0
Current children cumulated CPU time (s) 1797.04
Current children cumulated vsize (KiB) 82872

Child status: 0
Real time (s): 1797.04
CPU time (s): 1797.08
CPU user time (s): 1755.01
CPU system time (s): 42.0746
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82872

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

runsolver used 2.37564 second user time and 5.81912 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 13:11:46
IDJOB=3484730
IDBENCH=71847
IDSOLVER=1977
FILE ID=node103/3484730-1307790706
RUNJOBID= node103-1307785314-19610
PBS_JOBID= 13550909
Free space on /tmp= 74056 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx57.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484730-1307790706/watcher-3484730-1307790706 -o /tmp/evaluation-result-3484730-1307790706/solver-3484730-1307790706 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3484730-1307790706.opb -t 1800 -m 15500

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

MD5SUM BENCH= 60656ad92b0e8411299701f2f84e60fb
RANDOM SEED=547291577

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31405348 kB
Buffers:        290364 kB
Cached:         831920 kB
SwapCached:      22864 kB
Active:         710740 kB
Inactive:       626940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31405348 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           17100 kB
Writeback:           0 kB
AnonPages:      213032 kB
Mapped:          12048 kB
Slab:           142568 kB
PageTables:       5196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   398844 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= 74036 MiB
End job on node103 at 2011-06-11 13:41:43