Trace number 1541653

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 NameAnswerCPU timeWall clock time
hybridGM7 7Signal 275.603 275.683

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/70/
unif-k7-r89-v70-c6230-S1900558626-069.cnf
MD5SUMfebdf1b8ba5bbd40107a806ae2296ad3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.05	c Heuristic : G2WSAT
0.00/0.05	c Hybrid barrier : 1 
0.00/0.05	c Problem instance: numAtoms = 70, numClauses = 6230, numLiterals = 43610
0.00/0.05	c General parameters: seed=1021127655, cutoff=1000000000, targetCost = 0, print solution: yes
0.00/0.05	c gNovelty+ parameters: noise = 0, walkprob = 1, smoothprob = 100
0.00/0.05	c tries = 1
0.00/0.05	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1541653-1238466696/watcher-1541653-1238466696 -o /tmp/evaluation-result-1541653-1238466696/solver-1541653-1238466696 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hybridGM7 HOME/instance-1541653-1238466696.cnf 1021127655 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.97 0.99 3/69 15984
/proc/meminfo: memFree=1519528/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=260600 CPUtime=0
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 946 0 0 0 0 0 0 0 18 0 1 0 1119332795 266854400 931 1992294400 134512640 135204385 4294956224 18446744073709551615 134542712 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 65150 938 55 168 0 64980 0

[startup+0.013297 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 15984
/proc/meminfo: memFree=1519528/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=268416 CPUtime=0
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 1085 0 0 0 0 0 0 0 18 0 1 0 1119332795 274857984 1069 1992294400 134512640 135204385 4294956224 18446744073709551615 134728510 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67104 1069 57 168 0 66934 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 268416

[startup+0.101305 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 15984
/proc/meminfo: memFree=1519528/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=268416 CPUtime=0.09
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 4645 0 0 0 7 2 0 0 18 0 1 0 1119332795 274857984 4628 1992294400 134512640 135204385 4294956224 18446744073709551615 134536698 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67104 4628 64 168 0 66934 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 268416

[startup+0.301325 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 15984
/proc/meminfo: memFree=1519528/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=269040 CPUtime=0.29
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 4918 0 0 0 27 2 0 0 19 0 1 0 1119332795 275496960 4890 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67260 4890 85 168 0 67090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 269040

[startup+0.701366 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 15984
/proc/meminfo: memFree=1519528/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=269196 CPUtime=0.69
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 4970 0 0 0 67 2 0 0 22 0 1 0 1119332795 275656704 4937 1992294400 134512640 135204385 4294956224 18446744073709551615 134536749 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67299 4937 85 168 0 67129 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 269196

[startup+1.50145 s]
/proc/loadavg: 0.91 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1499744/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=269364 CPUtime=1.49
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 5016 0 0 0 147 2 0 0 25 0 1 0 1119332795 275828736 4983 1992294400 134512640 135204385 4294956224 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67341 4983 85 168 0 67171 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269364

[startup+3.10161 s]
/proc/loadavg: 0.91 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1499488/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=269560 CPUtime=3.09
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 5083 0 0 0 307 2 0 0 25 0 1 0 1119332795 276029440 5042 1992294400 134512640 135204385 4294956224 18446744073709551615 134536747 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67390 5042 85 168 0 67220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 269560

[startup+6.30194 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1498464/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=270772 CPUtime=6.29
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 5417 0 0 0 626 3 0 0 25 0 1 0 1119332795 277270528 5348 1992294400 134512640 135204385 4294956224 18446744073709551615 134537440 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 67693 5348 85 168 0 67523 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 270772

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1496160/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=273140 CPUtime=12.69
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 6003 0 0 0 1266 3 0 0 25 0 1 0 1119332795 279695360 5918 1992294400 134512640 135204385 4294956224 18446744073709551615 134577089 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 68285 5918 85 168 0 68115 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273140

[startup+25.5019 s]
/proc/loadavg: 0.94 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1492512/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=276388 CPUtime=25.49
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 6841 0 0 0 2545 4 0 0 25 0 1 0 1119332795 283021312 6756 1992294400 134512640 135204385 4294956224 18446744073709551615 134536955 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 69097 6756 85 168 0 68927 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 276388

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1485920/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=282920 CPUtime=51.08
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 8473 0 0 0 5103 5 0 0 25 0 1 0 1119332795 289710080 8388 1992294400 134512640 135204385 4294956224 18446744073709551615 134536955 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 70730 8388 85 168 0 70560 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 282920

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1467232/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=301512 CPUtime=102.27
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 13120 0 0 0 10219 8 0 0 25 0 1 0 1119332795 308748288 13035 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 75378 13035 85 168 0 75208 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 301512

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1443104/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=325868 CPUtime=162.25
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 19212 0 0 0 16215 10 0 0 25 0 1 0 1119332795 333688832 19127 1992294400 134512640 135204385 4294956224 18446744073709551615 134537383 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 81467 19127 85 168 0 81297 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 325868

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1417952/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=350628 CPUtime=222.24
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 25400 0 0 0 22210 14 0 0 25 0 1 0 1119332795 359043072 25315 1992294400 134512640 135204385 4294956224 18446744073709551615 134536756 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 87657 25315 85 168 0 87487 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 350628

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1414752/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=354376 CPUtime=230.23
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 26345 0 0 0 23009 14 0 0 25 0 1 0 1119332795 362881024 26260 1992294400 134512640 135204385 4294956224 18446744073709551615 134537256 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 88594 26260 85 168 0 88424 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 354376

[startup+255.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1404128/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=364784 CPUtime=255.83
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 28941 0 0 0 25567 16 0 0 25 0 1 0 1119332795 373538816 28856 1992294400 134512640 135204385 4294956224 18446744073709551615 134536898 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 91196 28856 85 168 0 91026 0
Current children cumulated CPU time (s) 255.83
Current children cumulated vsize (KiB) 364784

[startup+268.703 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1398304/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=370564 CPUtime=268.63
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 30387 0 0 0 26846 17 0 0 25 0 1 0 1119332795 379457536 30302 1992294400 134512640 135204385 4294956224 18446744073709551615 134536889 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 92641 30302 85 168 0 92471 0
Current children cumulated CPU time (s) 268.63
Current children cumulated vsize (KiB) 370564

[startup+271.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1396256/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=372264 CPUtime=271.82
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 30809 0 0 0 27165 17 0 0 25 0 1 0 1119332795 381198336 30724 1992294400 134512640 135204385 4294956224 18446744073709551615 134536965 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 93066 30724 85 168 0 92896 0
Current children cumulated CPU time (s) 271.82
Current children cumulated vsize (KiB) 372264

[startup+273.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1395872/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=372940 CPUtime=273.42
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 30978 0 0 0 27325 17 0 0 25 0 1 0 1119332795 381890560 30893 1992294400 134512640 135204385 4294956224 18446744073709551615 134545780 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 93235 30893 85 168 0 93065 0
Current children cumulated CPU time (s) 273.42
Current children cumulated vsize (KiB) 372940

[startup+274.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1395360/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=373164 CPUtime=274.22
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 31033 0 0 0 27405 17 0 0 25 0 1 0 1119332795 382119936 30948 1992294400 134512640 135204385 4294956224 18446744073709551615 134537272 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 93291 30948 85 168 0 93121 0
Current children cumulated CPU time (s) 274.22
Current children cumulated vsize (KiB) 373164

[startup+275.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1395168/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=373312 CPUtime=275.02
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4194304 31078 0 0 0 27485 17 0 0 25 0 1 0 1119332795 382271488 30993 1992294400 134512640 135204385 4294956224 18446744073709551615 134536744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 93328 30993 85 168 0 93158 0
Current children cumulated CPU time (s) 275.02
Current children cumulated vsize (KiB) 373312

[startup+275.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1395168/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=373312 CPUtime=275.43
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4195840 41922 0 0 0 27490 53 0 0 25 0 1 0 1119332795 382271488 31001 1992294400 134512640 135204385 4294956224 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 93328 31001 85 168 0 93158 0
Current children cumulated CPU time (s) 275.43
Current children cumulated vsize (KiB) 373312

[startup+275.601 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 15985
/proc/meminfo: memFree=1395168/2055920 swapFree=4171336/4192956
[pid=15984] ppid=15982 vsize=373312 CPUtime=275.53
/proc/15984/stat : 15984 (hybridGM7) R 15982 15984 15919 0 -1 4195840 41922 0 0 0 27490 63 0 0 25 0 1 0 1119332795 382271488 31001 1992294400 134512640 135204385 4294956224 18446744073709551615 134532951 0 0 4096 0 0 0 0 17 1 0 0
/proc/15984/statm: 93328 31001 85 168 0 93158 0
Current children cumulated CPU time (s) 275.53
Current children cumulated vsize (KiB) 373312

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 275.683
CPU time (s): 275.603
CPU user time (s): 274.901
CPU system time (s): 0.701893
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 373312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 274.901
system time used= 0.701893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43153
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= 3
involuntary context switches= 437

runsolver used 0.242963 second user time and 0.765883 second system time

The end

Launcher Data

Begin job on node44 at 2009-03-31 04:31:36
IDJOB=1541653
IDBENCH=70472
IDSOLVER=535
FILE ID=node44/1541653-1238466696
PBS_JOBID= 9061757
Free space on /tmp= 66400 MiB

SOLVER NAME= hybridGM7 7
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/70/unif-k7-r89-v70-c6230-S1900558626-069.cnf
COMMAND LINE= HOME/hybridGM7 BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1541653-1238466696/watcher-1541653-1238466696 -o /tmp/evaluation-result-1541653-1238466696/solver-1541653-1238466696 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hybridGM7 HOME/instance-1541653-1238466696.cnf 1021127655 

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= febdf1b8ba5bbd40107a806ae2296ad3
RANDOM SEED=1021127655

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

/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.241
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.241
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:       1519944 kB
Buffers:         85388 kB
Cached:         345136 kB
SwapCached:      11068 kB
Active:         168596 kB
Inactive:       274412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1519944 kB
SwapTotal:     4192956 kB
SwapFree:      4171336 kB
Dirty:            1192 kB
Writeback:           0 kB
Mapped:          18172 kB
Slab:            78340 kB
Committed_AS:  2667036 kB
PageTables:       1796 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= 66276 MiB
End job on node44 at 2009-03-31 04:36:12