Trace number 361561

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.16UNSAT 129.883 129.921

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.16 - 04/04/2007 : 1458 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 Time Limit set to 1800
0.00/0.00	c Memory Limit set to 1800 MB
0.00/0.00	c Instance file /tmp/evaluation/361561-1176984272/instance-361561-1176984272.opb
0.00/0.00	c File size is 2268703 bytes.
0.29/0.39	c Highest Coefficient sum: 62
0.29/0.39	c Parsing was ok!!
0.29/0.39	c Total parsing time: 0.393 s
0.39/0.44	c Var: 25800 Constr: 76699 76319/0/380 Lit: 181275 Watch. Lit: 153777
0.39/0.44	c Obj. Vars: 0 (0 % of total variables)
46.98/47.09	c Pre-processing Time: 47.077 s
46.98/47.10	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
46.98/47.10	c        0  18859    57483   136495    2   115536   25874      0      0 47.08
46.98/47.10	c Switching off LPR mode.
129.86/129.91	c      100  18859    57583   137428    2   116563   28462    100      2 47.42
129.86/129.91	c      251  18859    57734   139169    2   116837   31309    251      5 47.49
129.86/129.91	c      476  18859    57959   146481    2   117351   34440    476      9 48.35
129.86/129.91	c      815  18859    58298   173012    2   118159   37885    815     16 50.35
129.86/129.91	c     1323  18859    58806   209293    3   119034   41674   1323     24 53.18
129.86/129.91	c     2086  18855    59569   269429    4   120580   45842   2086     34 59.98
129.86/129.91	c     3232  18703    60715   343351    5   122853   50427   3232     46 69.92
129.86/129.91	c     4960  18701    62443   478321    7   126470   55470   4960     56 87.53
129.86/129.91	c     7544  18480    65027   679789   10   131450   61018   7544     64 116.13
129.86/129.91	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
129.86/129.91	c    9     8398   2792    23053    65881   741091   8398     64 129.88
129.86/129.91	s UNSATISFIABLE
129.86/129.91	c Total time: 129.876 s

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node30/watcher-361561-1176984272 -o ROOT/results/node30/solver-361561-1176984272 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.16 -t1800 -m1800 /tmp/evaluation/361561-1176984272/instance-361561-1176984272.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.72 0.93 0.91 3/77 28024
/proc/meminfo: memFree=1787968/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=13952 CPUtime=0
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 369 0 0 0 0 0 0 0 18 0 1 0 146342879 14286848 337 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 3488 338 283 324 0 2003 0

[startup+0.0594571 s]
/proc/loadavg: 0.72 0.93 0.91 3/77 28024
/proc/meminfo: memFree=1787968/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=7652 CPUtime=0.05
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 809 0 0 0 5 0 0 0 18 0 1 0 146342879 7835648 777 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7452283 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 1913 777 363 324 0 428 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7652

[startup+0.10146 s]
/proc/loadavg: 0.72 0.93 0.91 3/77 28024
/proc/meminfo: memFree=1787968/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=8620 CPUtime=0.09
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 1130 0 0 0 9 0 0 0 18 0 1 0 146342879 8826880 1098 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7452283 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 2155 1098 422 324 0 670 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8620

[startup+0.301472 s]
/proc/loadavg: 0.72 0.93 0.91 3/77 28024
/proc/meminfo: memFree=1787968/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=13848 CPUtime=0.29
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 2726 0 0 0 28 1 0 0 19 0 1 0 146342879 14180352 2654 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7452283 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 3462 2654 715 324 0 1977 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13848

[startup+0.701497 s]
/proc/loadavg: 0.72 0.93 0.91 3/77 28024
/proc/meminfo: memFree=1787968/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=19740 CPUtime=0.69
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 4829 0 0 0 67 2 0 0 23 0 1 0 146342879 20213760 4203 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7451517 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 4935 4203 306 324 0 4004 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19740

[startup+1.50155 s]
/proc/loadavg: 0.72 0.93 0.91 2/78 28025
/proc/meminfo: memFree=1772280/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=20004 CPUtime=1.49
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 4906 0 0 0 147 2 0 0 25 0 1 0 146342879 20484096 4280 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134550971 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 5001 4280 306 324 0 4070 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20004

[startup+3.10164 s]
/proc/loadavg: 0.74 0.94 0.91 2/78 28025
/proc/meminfo: memFree=1771896/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=20004 CPUtime=3.09
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 4906 0 0 0 307 2 0 0 25 0 1 0 146342879 20484096 4280 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 5001 4280 306 324 0 4070 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 20004

[startup+6.30184 s]
/proc/loadavg: 0.74 0.94 0.91 2/78 28025
/proc/meminfo: memFree=1771640/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=20004 CPUtime=6.29
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 4913 0 0 0 626 3 0 0 25 0 1 0 146342879 20484096 4287 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7446597 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 5001 4287 306 324 0 4070 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20004

[startup+12.7012 s]
/proc/loadavg: 0.78 0.94 0.91 2/78 28025
/proc/meminfo: memFree=1771704/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=20004 CPUtime=12.69
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 4913 0 0 0 1266 3 0 0 25 0 1 0 146342879 20484096 4287 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134550974 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 5001 4287 306 324 0 4070 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20004

[startup+25.501 s]
/proc/loadavg: 0.81 0.94 0.91 2/78 28025
/proc/meminfo: memFree=1771832/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=20004 CPUtime=25.49
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 4914 0 0 0 2545 4 0 0 25 0 1 0 146342879 20484096 4288 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134550897 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 5001 4288 306 324 0 4070 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20004

[startup+51.1016 s]
/proc/loadavg: 0.87 0.94 0.91 2/78 28025
/proc/meminfo: memFree=1771640/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=20408 CPUtime=51.08
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 5361 0 0 0 5098 10 0 0 25 0 1 0 146342879 20897792 4381 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134571990 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 5102 4381 312 324 0 4171 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20408

[startup+102.306 s]
/proc/loadavg: 0.95 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1767224/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=24804 CPUtime=102.26
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6456 0 0 0 10214 12 0 0 25 0 1 0 146342879 25399296 5476 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7450711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6201 5476 312 324 0 5270 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 24804

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

[startup+115.102 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1766264/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=25836 CPUtime=115.06
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6714 0 0 0 11493 13 0 0 25 0 1 0 146342879 26456064 5734 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7452283 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6459 5734 312 324 0 5528 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 25836

[startup+121.502 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1765688/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=26224 CPUtime=121.46
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6838 0 0 0 12133 13 0 0 25 0 1 0 146342879 26853376 5858 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134550956 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6556 5858 312 324 0 5625 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 26224

[startup+124.701 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1765496/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=26480 CPUtime=124.66
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6878 0 0 0 12452 14 0 0 25 0 1 0 146342879 27115520 5898 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7450711 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6620 5898 312 324 0 5689 0
Current children cumulated CPU time (s) 124.66
Current children cumulated vsize (KiB) 26480

[startup+127.901 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1765432/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=26608 CPUtime=127.86
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6908 0 0 0 12772 14 0 0 25 0 1 0 146342879 27246592 5928 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134550956 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6652 5928 312 324 0 5721 0
Current children cumulated CPU time (s) 127.86
Current children cumulated vsize (KiB) 26608

[startup+128.705 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1765368/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=26608 CPUtime=128.66
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6915 0 0 0 12852 14 0 0 25 0 1 0 146342879 27246592 5935 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 7446597 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6652 5935 312 324 0 5721 0
Current children cumulated CPU time (s) 128.66
Current children cumulated vsize (KiB) 26608

[startup+129.501 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1765368/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=26608 CPUtime=129.46
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6927 0 0 0 12932 14 0 0 25 0 1 0 146342879 27246592 5947 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134550710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6652 5947 312 324 0 5721 0
Current children cumulated CPU time (s) 129.46
Current children cumulated vsize (KiB) 26608

[startup+129.901 s]
/proc/loadavg: 0.96 0.95 0.91 2/78 28025
/proc/meminfo: memFree=1765304/2055920 swapFree=4157140/4192956
[pid=28024] ppid=28022 vsize=26608 CPUtime=129.86
/proc/28024/stat : 28024 (bsolo3.0.16) R 28022 28024 27964 0 -1 4194304 6931 0 0 0 12972 14 0 0 25 0 1 0 146342879 27246592 5951 18446744073709551615 134512640 135841103 4294956672 18446744073709551615 134572183 0 0 4096 16384 0 0 0 17 1 0 0
/proc/28024/statm: 6652 5951 312 324 0 5721 0
Current children cumulated CPU time (s) 129.86
Current children cumulated vsize (KiB) 26608

Child status: 0
Real time (s): 129.921
CPU time (s): 129.883
CPU user time (s): 129.735
CPU system time (s): 0.147977
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 26608

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

runsolver used 0.144977 second user time and 0.336948 second system time

The end

Launcher Data (download as text)

Begin job on node30 on Thu Apr 19 12:04:32 UTC 2007

IDJOB= 361561
IDBENCH= 1453
IDSOLVER= 163
FILE ID= node30/361561-1176984272

PBS_JOBID= 4630423

Free space on /tmp= 66390 MiB

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

META MD5SUM SOLVER= b11bf0769a124f73ad50b0fdfcd50482
MD5SUM BENCH=  bdfd22b57887b70e5df6236004ca174a

RANDOM SEED= 529840010

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node30.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.218
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.218
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:       1788440 kB
Buffers:         34552 kB
Cached:         167604 kB
SwapCached:      15104 kB
Active:          68200 kB
Inactive:       156588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788440 kB
SwapTotal:     4192956 kB
SwapFree:      4157140 kB
Dirty:            6852 kB
Writeback:           0 kB
Mapped:          29816 kB
Slab:            28196 kB
Committed_AS:  2857904 kB
PageTables:       1776 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= 66390 MiB

End job on node30 on Thu Apr 19 12:06:42 UTC 2007