Trace number 432466

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, and are wall clock time (not CPU 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 NameAnswerCPU timeWall clock time
bsolo 3.0.17UNSAT 130.896 130.932

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.23859
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00/0.00	c bsolo beta version 3.0.17 - 27/04/2007 : 1600 GMT
0.00/0.00	c Developed by Vasco Manquinho 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 Memory Limit set to 1800 MB
0.00/0.00	c Instance file /tmp/evaluation/432466-1177943816/instance-432466-1177943816.opb
0.00/0.00	c File size is 2268703 bytes.
0.39/0.40	c Highest Coefficient sum: 62
0.39/0.40	c Parsing was ok!!
0.39/0.40	c Total parsing time: 0.404 s
0.39/0.45	c Var: 25800 Constr: 76699 76319/0/380 Lit: 181275 Watch. Lit: 153777
0.39/0.45	c Obj. Vars: 0 (0 % of total variables)
47.78/47.85	c Pre-processing Time: 47.838 s
47.78/47.85	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
47.78/47.85	c        0  18859    57483   136495    2   115536   25874      0      0 47.84
47.78/47.85	c Switching off LPR mode.
130.86/130.92	c      100  18859    57583   137428    2   116563   28462    100      2 48.18
130.86/130.92	c      251  18859    57734   139169    2   116837   31309    251      5 48.24
130.86/130.92	c      476  18859    57959   146481    2   117351   34440    476      9 49.11
130.86/130.92	c      815  18859    58298   173012    2   118159   37885    815     15 51.10
130.86/130.92	c     1323  18859    58806   209293    3   119034   41674   1323     24 53.92
130.86/130.92	c     2086  18855    59569   269429    4   120580   45842   2086     34 60.73
130.86/130.92	c     3232  18703    60715   343351    5   122853   50427   3232     45 70.74
130.86/130.92	c     4960  18701    62443   478321    7   126470   55470   4960     56 88.41
130.86/130.92	c     7544  18480    65027   679789   10   131450   61018   7544     64 117.05
130.86/130.92	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
130.86/130.92	c    9     8398   2792    23053    65881   741091   8398     64 130.89
130.86/130.92	s UNSATISFIABLE
130.86/130.92	c Total time: 130.888 s

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node47/watcher-432466-1177943816 -o ROOT/results/node47/solver-432466-1177943816 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.17 -m1800 /tmp/evaluation/432466-1177943816/instance-432466-1177943816.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.94 0.86 3/77 26916
/proc/meminfo: memFree=1622712/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=13952 CPUtime=0
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 365 0 0 0 0 0 0 0 18 0 1 0 149226998 14286848 335 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 3488 336 281 324 0 2004 0

[startup+0.079575 s]
/proc/loadavg: 0.91 0.94 0.86 3/77 26916
/proc/meminfo: memFree=1622712/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=8068 CPUtime=0.07
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 944 0 0 0 7 0 0 0 18 0 1 0 149226998 8261632 914 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10954363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 2017 915 387 324 0 533 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8068

[startup+0.101576 s]
/proc/loadavg: 0.91 0.94 0.86 3/77 26916
/proc/meminfo: memFree=1622712/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=8616 CPUtime=0.09
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 1107 0 0 0 9 0 0 0 18 0 1 0 149226998 8822784 1077 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10954363 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 2154 1077 416 324 0 670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8616

[startup+0.301598 s]
/proc/loadavg: 0.91 0.94 0.86 3/77 26916
/proc/meminfo: memFree=1622712/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=13576 CPUtime=0.29
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 2664 0 0 0 28 1 0 0 19 0 1 0 149226998 13901824 2594 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134525286 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 3394 2594 702 324 0 1910 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13576

[startup+0.701642 s]
/proc/loadavg: 0.91 0.94 0.86 3/77 26916
/proc/meminfo: memFree=1622712/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=19740 CPUtime=0.69
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 4825 0 0 0 67 2 0 0 22 0 1 0 149226998 20213760 4201 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550544 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 4935 4201 304 324 0 4005 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19740

[startup+1.50173 s]
/proc/loadavg: 0.91 0.94 0.86 2/78 26917
/proc/meminfo: memFree=1607024/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=20004 CPUtime=1.49
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 4902 0 0 0 147 2 0 0 25 0 1 0 149226998 20484096 4278 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10952765 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 5001 4278 304 324 0 4071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20004

[startup+3.1019 s]
/proc/loadavg: 0.91 0.94 0.86 2/78 26917
/proc/meminfo: memFree=1606384/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=20004 CPUtime=3.09
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 4902 0 0 0 307 2 0 0 25 0 1 0 149226998 20484096 4278 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134567665 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 5001 4278 304 324 0 4071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20004

[startup+6.30124 s]
/proc/loadavg: 0.92 0.94 0.86 2/78 26917
/proc/meminfo: memFree=1606392/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=20004 CPUtime=6.29
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 4909 0 0 0 627 2 0 0 25 0 1 0 149226998 20484096 4285 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10952791 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 5001 4285 304 324 0 4071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20004

[startup+12.7019 s]
/proc/loadavg: 0.92 0.94 0.86 2/78 26917
/proc/meminfo: memFree=1606528/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=20004 CPUtime=12.69
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 4909 0 0 0 1267 2 0 0 25 0 1 0 149226998 20484096 4285 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10952477 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 5001 4285 304 324 0 4071 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20004

[startup+25.5013 s]
/proc/loadavg: 0.94 0.94 0.86 2/78 26917
/proc/meminfo: memFree=1606664/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=20004 CPUtime=25.49
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 4910 0 0 0 2546 3 0 0 25 0 1 0 149226998 20484096 4286 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10952188 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 5001 4286 304 324 0 4071 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20004

[startup+51.1011 s]
/proc/loadavg: 0.96 0.95 0.86 2/78 26917
/proc/meminfo: memFree=1606344/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=20280 CPUtime=51.08
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 5337 0 0 0 5099 9 0 0 25 0 1 0 149226998 20766720 4359 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550779 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 5070 4359 310 324 0 4140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20280

[startup+102.306 s]
/proc/loadavg: 0.98 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1601928/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=24676 CPUtime=102.27
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6444 0 0 0 10217 10 0 0 25 0 1 0 149226998 25268224 5466 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6169 5466 310 324 0 5239 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24676

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

[startup+115.102 s]
/proc/loadavg: 0.98 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1601096/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=25708 CPUtime=115.06
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6689 0 0 0 11496 10 0 0 25 0 1 0 149226998 26324992 5711 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134571991 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6427 5711 310 324 0 5497 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 25708

[startup+121.502 s]
/proc/loadavg: 0.98 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1600520/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=26224 CPUtime=121.46
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6820 0 0 0 12135 11 0 0 25 0 1 0 149226998 26853376 5842 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10948697 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6556 5842 310 324 0 5626 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 26224

[startup+127.901 s]
/proc/loadavg: 0.99 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1600200/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=26480 CPUtime=127.86
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6892 0 0 0 12775 11 0 0 25 0 1 0 149226998 27115520 5914 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134571991 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6620 5914 310 324 0 5690 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 26480

[startup+129.501 s]
/proc/loadavg: 0.99 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1600136/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=26608 CPUtime=129.46
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6906 0 0 0 12935 11 0 0 25 0 1 0 149226998 27246592 5928 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10952149 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6652 5928 310 324 0 5722 0
Current children cumulated CPU time (s) 129.46
Current children cumulated vsize (KiB) 26608

[startup+130.302 s]
/proc/loadavg: 0.99 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1600072/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=26608 CPUtime=130.26
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6919 0 0 0 13015 11 0 0 25 0 1 0 149226998 27246592 5941 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 10952429 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6652 5941 310 324 0 5722 0
Current children cumulated CPU time (s) 130.26
Current children cumulated vsize (KiB) 26608

[startup+130.702 s]
/proc/loadavg: 0.99 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1600072/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=26608 CPUtime=130.66
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6926 0 0 0 13055 11 0 0 25 0 1 0 149226998 27246592 5948 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134571798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6652 5948 310 324 0 5722 0
Current children cumulated CPU time (s) 130.66
Current children cumulated vsize (KiB) 26608

[startup+130.906 s]
/proc/loadavg: 0.99 0.95 0.87 2/78 26917
/proc/meminfo: memFree=1600008/2055920 swapFree=4158036/4192956
[pid=26916] ppid=26914 vsize=26608 CPUtime=130.86
/proc/26916/stat : 26916 (bsolo3.0.17) R 26914 26916 26220 0 -1 4194304 6927 0 0 0 13075 11 0 0 25 0 1 0 149226998 27246592 5949 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550804 0 0 4096 16384 0 0 0 17 1 0 0
/proc/26916/statm: 6652 5949 310 324 0 5722 0
Current children cumulated CPU time (s) 130.86
Current children cumulated vsize (KiB) 26608

Child status: 0
Real time (s): 130.932
CPU time (s): 130.896
CPU user time (s): 130.777
CPU system time (s): 0.118981
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 26608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 130.777
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6931
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= 12
involuntary context switches= 163

runsolver used 0.109983 second user time and 0.313952 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Apr 30 14:36:56 UTC 2007

IDJOB= 432466
IDBENCH= 1453
IDSOLVER= 199
FILE ID= node47/432466-1177943816

PBS_JOBID= 4727548

Free space on /tmp= 66556 MiB

SOLVER NAME= bsolo 3.0.17
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
COMMAND LINE= bsolo3.0.17 -m1800 /tmp/evaluation/432466-1177943816/instance-432466-1177943816.opb            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-432466-1177943816 -o ROOT/results/node47/solver-432466-1177943816 -C 1800 -W 3600 -M 1800 --output-limit 1,15  bsolo3.0.17 -m1800 /tmp/evaluation/432466-1177943816/instance-432466-1177943816.opb            

META MD5SUM SOLVER= c9b15312c639dd71a11a1e3ca1b27020
MD5SUM BENCH=  bdfd22b57887b70e5df6236004ca174a

RANDOM SEED= 121241163

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.221
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1623120 kB
Buffers:         41232 kB
Cached:         297044 kB
SwapCached:       3492 kB
Active:         231088 kB
Inactive:       131080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1623120 kB
SwapTotal:     4192956 kB
SwapFree:      4158036 kB
Dirty:            8916 kB
Writeback:           0 kB
Mapped:          30968 kB
Slab:            56128 kB
Committed_AS:  4044952 kB
PageTables:       1780 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB

End job on node47 on Mon Apr 30 14:39:07 UTC 2007