Trace number 460234

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
aigsat-wc 2007-05-15SAT 642.866 643.057

General information on the benchmark

Nameindustrial-aig/anbulagan/
medium-sat/partial-5-13-s.aig
MD5SUM2ad49986c70601923b0a903c473b53ff
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark642.866
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

40.78/40.89	c file: /tmp/evaluation/460234-1179248997/instance-460234-1179248997.aig
40.78/40.89	c Reading aig format..
40.78/40.89	c MAXVAR  1937343
40.78/40.89	c INPUTS  162235
40.78/40.89	c LATCHES 0
40.78/40.89	c OUTPUTS 1
40.78/40.89	c AND     1775108
40.78/40.89	c Before initialization time 39.339
40.78/40.89	c Memory used (in MB): 1191.45
642.60/642.81	
642.60/642.81	s SATISFIABLE
642.60/642.81	c Total time (in seconds): 640.38
642.60/642.81	c Memory used (in MB): 1538.24
642.60/642.81	c Conflict literals deleted: [14.6289%] Max learned #lits [42177996] Reduced #lits [36007805]

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node47/watcher-460234-1179248997 -o ROOT/results/node47/solver-460234-1179248997 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460234-1179248997/aigsat-wc /tmp/evaluation/460234-1179248997/instance-460234-1179248997.aig 

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 Stack size limit: 1048576 KiB
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: 1048576 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 27566
/proc/meminfo: memFree=1849352/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=16456 CPUtime=0
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 391 249 0 0 0 0 0 0 18 0 1 0 279745197 16850944 370 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 4114 379 124 293 0 3815 0

[startup+0.074067 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 27566
/proc/meminfo: memFree=1849352/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=39164 CPUtime=0.06
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 9623 249 0 0 2 4 0 0 18 0 1 0 279745197 40103936 9602 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 9791 9602 125 293 0 9492 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39164

[startup+0.101071 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 27566
/proc/meminfo: memFree=1849352/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=39164 CPUtime=0.08
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 9623 249 0 0 4 4 0 0 18 0 1 0 279745197 40103936 9602 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 9791 9602 125 293 0 9492 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39164

[startup+0.301092 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 27566
/proc/meminfo: memFree=1849352/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=39164 CPUtime=0.29
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 9623 249 0 0 24 5 0 0 20 0 1 0 279745197 40103936 9602 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135276893 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 9791 9602 125 293 0 9492 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39164

[startup+0.701135 s]
/proc/loadavg: 0.93 0.97 0.91 3/77 27566
/proc/meminfo: memFree=1849352/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=41700 CPUtime=0.69
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 10257 249 0 0 64 5 0 0 23 0 1 0 279745197 42700800 10236 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134770962 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 10425 10236 125 293 0 10126 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41700

[startup+1.50122 s]
/proc/loadavg: 0.93 0.97 0.91 2/78 27568
/proc/meminfo: memFree=1794240/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=79736 CPUtime=1.49
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 20207 249 0 0 140 9 0 0 25 0 1 0 279745197 81649664 19413 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 19934 19413 136 293 0 19635 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79736

[startup+3.10239 s]
/proc/loadavg: 0.93 0.97 0.91 2/78 27568
/proc/meminfo: memFree=1746624/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=151872 CPUtime=3.09
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 38054 249 0 0 292 17 0 0 25 0 1 0 279745197 155516928 36491 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 37968 36492 136 293 0 37669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 151872

[startup+6.30174 s]
/proc/loadavg: 0.93 0.97 0.91 2/78 27568
/proc/meminfo: memFree=1604352/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=307256 CPUtime=6.29
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 78850 249 0 0 597 32 0 0 25 0 1 0 279745197 314630144 75750 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134590476 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 76814 75750 136 293 0 76515 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 307256

[startup+12.7014 s]
/proc/loadavg: 0.94 0.97 0.91 2/78 27568
/proc/meminfo: memFree=1470400/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=422996 CPUtime=12.68
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 120032 249 0 0 1221 47 0 0 25 0 1 0 279745197 433147904 101653 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 105749 101653 136 293 0 105450 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 422996

[startup+25.5018 s]
/proc/loadavg: 0.95 0.97 0.91 2/78 27568
/proc/meminfo: memFree=914176/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=985844 CPUtime=25.47
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 272070 249 0 0 2443 104 0 0 25 0 1 0 279745197 1009504256 235085 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134640068 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 246461 235085 142 293 0 246162 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 985844

[startup+51.1016 s]
/proc/loadavg: 0.97 0.97 0.91 2/78 27568
/proc/meminfo: memFree=589440/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1330988 CPUtime=51.07
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 416773 249 0 0 4944 163 0 0 25 0 1 0 279745197 1362931712 314582 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744660 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 332747 314582 159 293 0 332448 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1330988

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.91 2/78 27568
/proc/meminfo: memFree=580032/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1339920 CPUtime=102.26
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 419124 249 0 0 10058 168 0 0 25 0 1 0 279745197 1372078080 316933 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134752655 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 334980 316933 159 293 0 334681 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 1339920

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 27568
/proc/meminfo: memFree=559808/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1360136 CPUtime=162.24
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 424169 249 0 0 16051 173 0 0 25 0 1 0 279745197 1392779264 321978 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744777 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 340034 321978 159 293 0 339735 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 1360136

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/78 27570
/proc/meminfo: memFree=526976/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1394396 CPUtime=222.22
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 432311 249 0 0 22042 180 0 0 25 0 1 0 279745197 1427861504 330120 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744666 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 348599 330120 159 293 0 348300 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1394396

[startup+282.302 s]
/proc/loadavg: 1.06 0.99 0.91 2/78 27570
/proc/meminfo: memFree=504384/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1417428 CPUtime=282.2
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 438005 249 0 0 28034 186 0 0 25 0 1 0 279745197 1451446272 335814 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134750289 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 354357 335814 159 293 0 354058 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 1417428

[startup+342.302 s]
/proc/loadavg: 1.02 0.99 0.91 2/78 27570
/proc/meminfo: memFree=461184/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1461984 CPUtime=342.18
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 448718 249 0 0 34024 194 0 0 25 0 1 0 279745197 1497071616 346527 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134743579 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 365496 346527 159 293 0 365197 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 1461984

[startup+402.301 s]
/proc/loadavg: 1.01 0.99 0.91 2/78 27570
/proc/meminfo: memFree=436992/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1487288 CPUtime=402.17
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 454805 249 0 0 40017 200 0 0 25 0 1 0 279745197 1522982912 352614 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744873 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 371822 352614 159 293 0 371523 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 1487288

[startup+462.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=414912/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1509592 CPUtime=462.15
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 460262 249 0 0 46009 206 0 0 25 0 1 0 279745197 1545822208 358071 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134746158 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 377398 358071 159 293 0 377099 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1509592

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=396480/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1528148 CPUtime=522.13
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 464865 249 0 0 52002 211 0 0 25 0 1 0 279745197 1564823552 362674 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745314 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 382037 362674 159 293 0 381738 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 1528148

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=374272/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1550388 CPUtime=582.12
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 470337 249 0 0 57994 218 0 0 25 0 1 0 279745197 1587597312 368146 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134745311 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 387597 368146 159 293 0 387298 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 1550388

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=350144/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1574924 CPUtime=642.1
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 476327 249 0 0 63986 224 0 0 25 0 1 0 279745197 1612722176 374136 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 393731 374136 159 293 0 393432 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 1574924

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

[startup+642.701 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=350144/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=1575148 CPUtime=642.5
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 0 476378 249 0 0 64026 224 0 0 25 0 1 0 279745197 1612951552 374187 18446744073709551615 134512640 135716322 4294956672 18446744073709551615 134567566 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 393787 374187 159 293 0 393488 0
Current children cumulated CPU time (s) 642.5
Current children cumulated vsize (KiB) 1575148

[startup+642.901 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=350144/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=0 CPUtime=642.69
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 4 476382 249 0 0 64037 232 0 0 25 0 1 0 279745197 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.69
Current children cumulated vsize (KiB) 0

[startup+643.001 s]
/proc/loadavg: 1.00 0.99 0.91 2/78 27570
/proc/meminfo: memFree=350144/2055920 swapFree=4157848/4192956
[pid=27566] ppid=27564 vsize=0 CPUtime=642.79
/proc/27566/stat : 27566 (aigsat-wc) R 27564 27566 27130 0 -1 4 476382 249 0 0 64037 242 0 0 25 0 1 0 279745197 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 1 0 0
/proc/27566/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.79
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 643.057
CPU time (s): 642.866
CPU user time (s): 640.38
CPU system time (s): 2.48662
CPU usage (%): 99.9703
Max. virtual memory (cumulated for all children) (KiB): 1575148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 640.38
system time used= 2.48662
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476631
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= 14
involuntary context switches= 754

runsolver used 0.707892 second user time and 1.63275 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Tue May 15 17:09:58 UTC 2007

IDJOB= 460234
IDBENCH= 48403
IDSOLVER= 202
FILE ID= node47/460234-1179248997

PBS_JOBID= 5277099

Free space on /tmp= 66521 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/anbulagan/medium-sat/partial-5-13-s.aig
COMMAND LINE= /tmp/evaluation/460234-1179248997/aigsat-wc /tmp/evaluation/460234-1179248997/instance-460234-1179248997.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-460234-1179248997 -o ROOT/results/node47/solver-460234-1179248997 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460234-1179248997/aigsat-wc /tmp/evaluation/460234-1179248997/instance-460234-1179248997.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  2ad49986c70601923b0a903c473b53ff

RANDOM SEED= 203824139

TIME LIMIT= 1200 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:       1849760 kB
Buffers:          5676 kB
Cached:          95344 kB
SwapCached:       3768 kB
Active:          53836 kB
Inactive:        70888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1849760 kB
SwapTotal:     4192956 kB
SwapFree:      4157848 kB
Dirty:           10600 kB
Writeback:           0 kB
Mapped:          30748 kB
Slab:            66868 kB
Committed_AS:  6160596 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= 66521 MiB

End job on node47 on Tue May 15 17:20:42 UTC 2007