Trace number 3462796

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
bsolo 3.2SAT-27 1798 1797.96

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_3.opb
MD5SUM1b4456ec5e57b53956abc30521c99789
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1797.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products3108
Sum of products size6216

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3462796-1307182981.opb
0.00/0.00	c File size is 76271 bytes.
0.00/0.01	c Highest Coefficient sum: 200
0.00/0.01	c Parsing was ok!!
0.00/0.01	c Total parsing time: 0.013 s
0.00/0.01	c Var: 6416 Constr: 12832 6416/200/6216 Lit: 49728 Watch. Lit: 37296
0.00/0.01	c Obj. Vars: 200 (3.11721 % of total variables)
0.00/0.06	c Pre-processing Time: 0.06 s
0.00/0.06	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.06	c        0    200     3108     9324    3     6216    1035      0      0 0.06
0.00/0.06	c Switching off lower bounding mode.
0.00/0.06	o -25
0.00/0.06	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.00/0.06	c        0    200     3109     9524    3     6243    2035      1      0 0.06
0.00/0.06	o -26
2.79/2.81	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
2.79/2.81	c        3    200     3113    10241    3     6277    2035      5     49 0.06
2.79/2.81	c      103    200     3213    27274    8     6477    2239    105   1256 0.08
2.79/2.81	c      353    200     3463    69768   20     6977    2463    355   2521 0.14
2.79/2.81	c      829    200     3941   151122   38     7933    2710    833   3250 0.26
2.79/2.81	c     1642    200     4760   290438   61     9594    2982   1652   3364 0.49
2.79/2.81	c     2962    200     6082   515054   84    12238    3281   2974   3412 0.87
2.79/2.81	c     5043    200     8166   869297  106    16406    3610   5058   3161 1.59
2.79/2.81	o -27
1797.94/1797.95	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
1797.94/1797.95	c     8220    200    11351  1411627  124    22803    2035   8243   2927 2.81
1797.94/1797.95	c     8320    200     4127   182412   44     8281    2239   1019   2865 2.90
1797.94/1797.95	c     8571    200     4378   224810   51     8783    2463   1270   2885 2.97
1797.94/1797.95	c     9046    200     4853   305122   62     9733    2710   1745   2930 3.09
1797.94/1797.95	c     9859    200     5666   442381   78    11359    2982   2558   2969 3.32
1797.94/1797.95	c    11179    200     6988   665802   95    14003    3281   3880   3008 3.72
1797.94/1797.95	c    13260    200     9071  1017469  112    18169    3610   5963   3012 4.40
1797.94/1797.95	c    16483    200    12295  1563094  127    24617    3972   9187   2920 5.64
1797.94/1797.95	c    21420    200     8861   981341  110    17749    4370   5753   2825 7.58
1797.94/1797.95	c    28927    200     7813   801527  102    15699    4808   4705   2742 10.55
1797.94/1797.95	c    40289    200    10424  1243878  119    20875    5289   7316   2501 16.11
1797.94/1797.95	c    57433    200     9548  1092796  114    19123    5818   6440   2285 25.13
1797.94/1797.95	c    83252    200     7543   753264   99    15113    6400   4435   2005 41.51
1797.94/1797.95	c   122086    200     8165   859716  105    16381    7041   5057   1958 62.33
1797.94/1797.95	c   180438    200     7197   698127   97    14421    7746   4089   1911 94.38
1797.94/1797.95	c   268070    200    13039  1678949  128    26168    8521   9931   1757 152.57
1797.94/1797.95	c   399623    200    17169  2354754  137    34436    9374  14061   1702 234.68
1797.94/1797.95	c   597055    200    15871  2136014  134    31840   10312  12763   1637 364.71
1797.94/1797.95	c   893309    200    12779  1638215  128    25585   11344   9671   1546 577.66
1797.94/1797.95	c  1337791    200    12536  1597353  127    25124   12479   9428   1419 942.23
1797.94/1797.95	c  2004618    200    12375  1563359  126    24802   13727   9267   1348 1486.95
1797.94/1797.95	c Resources Exceeded
1797.94/1797.95	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 x149 -x150 -x151 x152 -x153 -x154 x155 x156 -x157 -x158 x159 x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 x184 -x185 -x186 -x187 x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 
1797.94/1797.95	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
1797.94/1797.95	c   29  2401870 118792  2536982    13382  1725407  10274   1335 1798.00
1797.94/1797.95	c Objective: -27
1797.94/1797.95	s SATISFIABLE
1797.94/1797.95	c Total time: 1798 s

Verifier Data

OK	-27

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-3462796-1307182981/watcher-3462796-1307182981 -o /tmp/evaluation-result-3462796-1307182981/solver-3462796-1307182981 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3462796-1307182981.opb 

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.05 2.03 2.00 2/446 24396
/proc/meminfo: memFree=31271624/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=12236 CPUtime=0 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 632 0 0 0 0 0 0 0 25 0 1 0 829896848 12529664 586 33554432000 134512640 137138936 4289035808 18446744073709551615 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 3059 586 185 642 0 2396 0

[startup+0.103671 s]
/proc/loadavg: 2.05 2.03 2.00 2/446 24396
/proc/meminfo: memFree=31271624/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=14192 CPUtime=0.09 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 1205 0 0 0 9 0 0 0 25 0 1 0 829896848 14532608 1120 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 3548 1120 192 642 0 2904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14192

[startup+0.200649 s]
/proc/loadavg: 2.05 2.03 2.00 2/446 24396
/proc/meminfo: memFree=31271624/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=15028 CPUtime=0.19 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 1406 0 0 0 19 0 0 0 25 0 1 0 829896848 15388672 1321 33554432000 134512640 137138936 4289035808 18446744073709551615 134572768 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 3757 1321 192 642 0 3113 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15028

[startup+0.300637 s]
/proc/loadavg: 2.05 2.03 2.00 2/446 24396
/proc/meminfo: memFree=31271624/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=15888 CPUtime=0.29 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 1611 0 0 0 28 1 0 0 25 0 1 0 829896848 16269312 1526 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 3972 1526 192 642 0 3328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15888

[startup+0.700563 s]
/proc/loadavg: 2.05 2.03 2.00 2/446 24396
/proc/meminfo: memFree=31271624/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=18684 CPUtime=0.69 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 2326 0 0 0 68 1 0 0 25 0 1 0 829896848 19132416 2241 33554432000 134512640 137138936 4289035808 18446744073709551615 136521017 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 4671 2241 192 642 0 4027 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18684

[startup+1.50043 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 24397
/proc/meminfo: memFree=31259588/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=23356 CPUtime=1.49 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 3490 0 0 0 148 1 0 0 25 0 1 0 829896848 23916544 3405 33554432000 134512640 137138936 4289035808 18446744073709551615 136511072 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 5839 3405 192 642 0 5195 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23356

[startup+3.10108 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 24397
/proc/meminfo: memFree=31252240/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=31288 CPUtime=3.09 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 5465 0 0 0 307 2 0 0 25 0 1 0 829896848 32038912 5380 33554432000 134512640 137138936 4289035808 18446744073709551615 134602758 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 7822 5380 192 642 0 7178 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31288

[startup+6.30058 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 24397
/proc/meminfo: memFree=31247800/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=35624 CPUtime=6.29 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 6560 0 0 0 626 3 0 0 25 0 1 0 829896848 36478976 6475 33554432000 134512640 137138936 4289035808 18446744073709551615 134542480 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 8906 6475 192 642 0 8262 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35624

[startup+12.7005 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 24398
/proc/meminfo: memFree=31243116/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=36560 CPUtime=12.69 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 6781 0 0 0 1264 5 0 0 25 0 1 0 829896848 37437440 6696 33554432000 134512640 137138936 4289035808 18446744073709551615 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 9140 6696 192 642 0 8496 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36560

[startup+25.5012 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 24398
/proc/meminfo: memFree=31241248/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=38556 CPUtime=25.5 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 7292 0 0 0 2541 9 0 0 25 0 1 0 829896848 39481344 7207 33554432000 134512640 137138936 4289035808 18446744073709551615 134542233 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 9639 7207 192 642 0 8995 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 38556

[startup+51.1007 s]
/proc/loadavg: 2.02 2.02 2.00 3/447 24398
/proc/meminfo: memFree=31237948/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=41004 CPUtime=51.09 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 7899 0 0 0 5094 15 0 0 25 0 1 0 829896848 41988096 7814 33554432000 134512640 137138936 4289035808 18446744073709551615 134618019 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 10251 7814 192 642 0 9607 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41004

[startup+102.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 24427
/proc/meminfo: memFree=31271096/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=44120 CPUtime=102.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 8702 0 0 0 10206 24 0 0 25 0 1 0 829896848 45178880 8601 33554432000 134512640 137138936 4289035808 18446744073709551615 134542513 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 11030 8601 192 642 0 10386 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 44120

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 24429
/proc/meminfo: memFree=31267240/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=45928 CPUtime=162.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 9141 0 0 0 16196 34 0 0 25 0 1 0 829896848 47030272 9036 33554432000 134512640 137138936 4289035808 18446744073709551615 136295499 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 11482 9036 192 642 0 10838 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 45928

[startup+222.317 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 24430
/proc/meminfo: memFree=31266576/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=45788 CPUtime=222.31 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 9141 0 0 0 22187 44 0 0 25 0 1 0 829896848 46886912 9019 33554432000 134512640 137138936 4289035808 18446744073709551615 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 11447 9019 192 642 0 10803 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 45788

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 24432
/proc/meminfo: memFree=31265420/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=47764 CPUtime=282.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 9635 0 0 0 28177 53 0 0 25 0 1 0 829896848 48910336 9513 33554432000 134512640 137138936 4289035808 18446744073709551615 136505205 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 11941 9513 192 642 0 11297 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 47764

[startup+342.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/447 24433
/proc/meminfo: memFree=31265368/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=47748 CPUtime=342.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 9635 0 0 0 34167 63 0 0 25 0 1 0 829896848 48893952 9509 33554432000 134512640 137138936 4289035808 18446744073709551615 134542286 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 11937 9509 192 642 0 11293 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47748

[startup+402.301 s]
/proc/loadavg: 2.04 2.02 2.00 3/447 24435
/proc/meminfo: memFree=31263332/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=49788 CPUtime=402.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 10138 0 0 0 40157 73 0 0 25 0 1 0 829896848 50982912 10012 33554432000 134512640 137138936 4289035808 18446744073709551615 134542316 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 12447 10012 192 642 0 11803 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 49788

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 24437
/proc/meminfo: memFree=31262656/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=49900 CPUtime=462.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 10173 0 0 0 46149 81 0 0 25 0 1 0 829896848 51097600 10032 33554432000 134512640 137138936 4289035808 18446744073709551615 134542333 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 12475 10032 192 642 0 11831 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 49900

[startup+522.301 s]
/proc/loadavg: 2.15 2.04 2.01 3/447 24438
/proc/meminfo: memFree=31262376/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=49884 CPUtime=522.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 10178 0 0 0 52140 90 0 0 25 0 1 0 829896848 51081216 10027 33554432000 134512640 137138936 4289035808 18446744073709551615 134542301 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 12471 10027 192 642 0 11827 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 49884

[startup+582.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 24440
/proc/meminfo: memFree=31259720/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=52212 CPUtime=582.3 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 10769 0 0 0 58130 100 0 0 25 0 1 0 829896848 53465088 10610 33554432000 134512640 137138936 4289035808 18446744073709551615 134606620 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13053 10610 192 642 0 12409 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 52212

[startup+642.301 s]

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

/proc/meminfo: memFree=31256528/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54812 CPUtime=1122.32 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11495 0 0 0 112060 172 0 0 25 0 1 0 829896848 56127488 11273 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13703 11273 192 642 0 13059 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 54812

[startup+1182.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24456
/proc/meminfo: memFree=31256252/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54764 CPUtime=1182.32 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11495 0 0 0 118052 180 0 0 25 0 1 0 829896848 56078336 11263 33554432000 134512640 137138936 4289035808 18446744073709551615 134542333 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13691 11263 192 642 0 13047 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 54764

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 24457
/proc/meminfo: memFree=31255100/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54692 CPUtime=1242.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11495 0 0 0 124046 187 0 0 25 0 1 0 829896848 56004608 11245 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13673 11245 192 642 0 13029 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 54692

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 24459
/proc/meminfo: memFree=31256172/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54676 CPUtime=1302.32 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11498 0 0 0 130037 195 0 0 25 0 1 0 829896848 55988224 11227 33554432000 134512640 137138936 4289035808 18446744073709551615 136520979 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13669 11227 192 642 0 13025 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 54676

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 24461
/proc/meminfo: memFree=31255152/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54704 CPUtime=1362.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11532 0 0 0 136030 203 0 0 25 0 1 0 829896848 56016896 11248 33554432000 134512640 137138936 4289035808 18446744073709551615 134606663 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13676 11248 192 642 0 13032 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 54704

[startup+1422.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/447 24462
/proc/meminfo: memFree=31256592/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54856 CPUtime=1422.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11599 0 0 0 142022 211 0 0 25 0 1 0 829896848 56172544 11272 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13714 11272 192 642 0 13070 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 54856

[startup+1482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 24464
/proc/meminfo: memFree=31256304/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=54712 CPUtime=1482.32 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 11599 0 0 0 148014 218 0 0 25 0 1 0 829896848 56025088 11250 33554432000 134512640 137138936 4289035808 18446744073709551615 136502626 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 13678 11250 192 642 0 13034 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 54712

[startup+1542.32 s]
/proc/loadavg: 2.04 2.03 2.00 3/447 24465
/proc/meminfo: memFree=31252536/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57640 CPUtime=1542.35 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12333 0 0 0 154009 226 0 0 25 0 1 0 829896848 59023360 11982 33554432000 134512640 137138936 4289035808 18446744073709551615 134542513 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14410 11982 192 642 0 13766 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 57640

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 24467
/proc/meminfo: memFree=31252848/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57640 CPUtime=1602.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12333 0 0 0 159999 234 0 0 25 0 1 0 829896848 59023360 11982 33554432000 134512640 137138936 4289035808 18446744073709551615 134542295 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14410 11982 192 642 0 13766 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 57640

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/447 24469
/proc/meminfo: memFree=31252804/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57632 CPUtime=1662.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12333 0 0 0 165992 241 0 0 25 0 1 0 829896848 59015168 11980 33554432000 134512640 137138936 4289035808 18446744073709551615 136502651 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14408 11980 192 642 0 13764 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 57632

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/447 24470
/proc/meminfo: memFree=31252636/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57552 CPUtime=1722.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12333 0 0 0 171985 248 0 0 25 0 1 0 829896848 58933248 11960 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14388 11960 192 642 0 13744 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 57552

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31251484/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1782.33 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 177977 256 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 134542295 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 57520

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

[startup+1785.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31251728/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1785.64 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 178307 257 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 134540747 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1785.64
Current children cumulated vsize (KiB) 57520

[startup+1792.02 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31252700/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1792.05 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 178948 257 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1792.05
Current children cumulated vsize (KiB) 57520

[startup+1795.2 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31252700/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1795.24 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 179267 257 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1795.24
Current children cumulated vsize (KiB) 57520

[startup+1796.8 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31252700/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1796.84 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 179426 258 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 134550995 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1796.84
Current children cumulated vsize (KiB) 57520

[startup+1797.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31252204/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1797.64 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 179506 258 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 136504476 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1797.64
Current children cumulated vsize (KiB) 57520

[startup+1797.8 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31252204/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1797.84 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 179526 258 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 136504020 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1797.84
Current children cumulated vsize (KiB) 57520

[startup+1797.9 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 24472
/proc/meminfo: memFree=31252204/32950928 swapFree=34365992/67111528
[pid=24396] ppid=24394 vsize=57520 CPUtime=1797.94 cores=1,3,5,7
/proc/24396/stat : 24396 (bsolo) R 24394 24396 22425 0 -1 4202496 12354 0 0 0 179536 258 0 0 25 0 1 0 829896848 58900480 11952 33554432000 134512640 137138936 4289035808 18446744073709551615 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/24396/statm: 14380 11952 192 642 0 13736 0
Current children cumulated CPU time (s) 1797.94
Current children cumulated vsize (KiB) 57520

Child status: 0
Real time (s): 1797.96
CPU time (s): 1798
CPU user time (s): 1795.42
CPU system time (s): 2.58361
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 57688

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

runsolver used 7.72283 second user time and 18.4272 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 12:23:01
IDJOB=3462796
IDBENCH=48212
IDSOLVER=1955
FILE ID=node120/3462796-1307182981
RUNJOBID= node120-1307173926-23559
PBS_JOBID= 13508848
Free space on /tmp= 73816 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_3.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3462796-1307182981/watcher-3462796-1307182981 -o /tmp/evaluation-result-3462796-1307182981/solver-3462796-1307182981 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3462796-1307182981.opb

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

MD5SUM BENCH= 1b4456ec5e57b53956abc30521c99789
RANDOM SEED=1625949331

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:      31271904 kB
Buffers:        308668 kB
Cached:        1014088 kB
SwapCached:      12852 kB
Active:         418808 kB
Inactive:       968684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31271904 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            3892 kB
Writeback:           0 kB
AnonPages:       61932 kB
Mapped:           9988 kB
Slab:           133552 kB
PageTables:      91144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105440892 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 node120 at 2011-06-04 12:52:59