Trace number 460415

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-sp 2007-05-15UNSAT 221.688 221.747

General information on the benchmark

Nameindustrial-aig/fuhs/
medium/AProVE07-15.aig
MD5SUM0857f1f6c0b5f4af6aeae0ac23a18687
Bench CategoryALL (all instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.9522
SatisfiableNO
(Un)Satisfiability was proved

Solver Data (download as text)

2.79/2.87	c file: /tmp/evaluation/460415-1179247262/instance-460415-1179247262.aig
2.79/2.87	c Reading aig format..
2.79/2.87	c MAXVAR  96585
2.79/2.87	c INPUTS  6568
2.79/2.87	c LATCHES 0
2.79/2.87	c OUTPUTS 1
2.79/2.87	c AND     90017
2.79/2.87	c Before initialization time (seconds) 2.76758
2.79/2.87	c Memory used (in MB): 82.9023
42.79/42.89	c Pre-processing followed by bcp (no decisions) assigned 146 vars 
42.79/42.89	c DBreduced=0 GV=37052[0]  GL=107106[ 66549,40557] HP=3977 Prune=158468 decisions=86880 restart=15 est=13.3959 HP Impl=[122028, 51479] DB Impl=22540534[0]  varReasonNeeded[2670663]  
42.79/42.89	c Memory used (in MB): 110.559
64.67/64.78	c DBreduced=1 GV=52792[0]  GL=105006[ 66549,38457] HP=4492 Prune=201937 decisions=108803 restart=16 est=13.3959 HP Impl=[162470, 60670] DB Impl=31637422[0]  varReasonNeeded[3963795]  
64.67/64.78	c Memory used (in MB): 111.82
93.17/93.29	c DBreduced=2 GV=73201[0]  GL=109542[ 66549,42993] HP=5081 Prune=255245 decisions=135367 restart=17 est=13.5956 HP Impl=[202634, 70197] DB Impl=42049318[0]  varReasonNeeded[5366238]  
93.17/93.29	c Memory used (in MB): 118.359
128.76/128.81	c DBreduced=3 GV=93017[0]  GL=112162[ 66549,45613] HP=5510 Prune=306419 decisions=161274 restart=18 est=13.8594 HP Impl=[249569, 79958] DB Impl=56757540[0]  varReasonNeeded[7145479]  
128.76/128.81	c Memory used (in MB): 119.953
169.95/170.08	c DBreduced=4 GV=115557[0]  GL=116292[ 66549,49743] HP=6143 Prune=365084 decisions=190385 restart=18 est=13.8594 HP Impl=[311898, 92478] DB Impl=73854031[0]  varReasonNeeded[9027564]  
169.95/170.08	c Memory used (in MB): 120.926
219.73/219.87	c DBreduced=5 GV=140554[0]  GL=120320[ 66549,53771] HP=6486 Prune=426251 decisions=220555 restart=18 est=13.8594 HP Impl=[379754, 102110] DB Impl=94044685[0]  varReasonNeeded[11088631]  
219.73/219.87	c Memory used (in MB): 122.93
221.64/221.72	
221.64/221.72	s UNSATISFIABLE
221.64/221.72	c Total time (in seconds): 221.417
221.64/221.72	c Memory used (in MB): 122.961
221.64/221.72	c Conflict literals deleted: [45.3532%] Max learned #lits [15794351] Reduced #lits [8631101]

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/node14/watcher-460415-1179247262 -o ROOT/results/node14/solver-460415-1179247262 -C 1200 -W 1800 -M 1800 --output-limit 1,15 /tmp/evaluation/460415-1179247262/aigsat-sp /tmp/evaluation/460415-1179247262/instance-460415-1179247262.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 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.92 0.95 0.99 3/77 25025
/proc/meminfo: memFree=1521160/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=3080 CPUtime=0
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 621 0 0 0 0 0 0 0 18 0 1 0 372643945 3153920 609 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 135222829 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 770 609 121 277 0 488 0

[startup+0.05458 s]
/proc/loadavg: 0.92 0.95 0.99 3/77 25025
/proc/meminfo: memFree=1521160/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=4464 CPUtime=0.04
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 964 0 0 0 4 0 0 0 18 0 1 0 372643945 4571136 951 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134587817 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 1116 952 131 277 0 834 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4464

[startup+0.101584 s]
/proc/loadavg: 0.92 0.95 0.99 3/77 25025
/proc/meminfo: memFree=1521160/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=6856 CPUtime=0.09
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 1533 0 0 0 9 0 0 0 18 0 1 0 372643945 7020544 1520 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134601015 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 1714 1521 131 277 0 1432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6856

[startup+0.301604 s]
/proc/loadavg: 0.92 0.95 0.99 3/77 25025
/proc/meminfo: memFree=1521160/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=16688 CPUtime=0.29
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 4003 0 0 0 28 1 0 0 19 0 1 0 372643945 17088512 3844 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134970287 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 4172 3844 131 277 0 3890 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16688

[startup+0.70164 s]
/proc/loadavg: 0.92 0.95 0.99 3/77 25025
/proc/meminfo: memFree=1521160/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=28692 CPUtime=0.69
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 7583 0 0 0 67 2 0 0 23 0 1 0 372643945 29380608 6888 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575281 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 7173 6888 132 277 0 6891 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28692

[startup+1.50171 s]
/proc/loadavg: 0.92 0.95 0.99 2/78 25026
/proc/meminfo: memFree=1486784/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=56388 CPUtime=1.49
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 15328 0 0 0 144 5 0 0 25 0 1 0 372643945 57741312 13003 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134968973 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 14097 13003 136 277 0 13815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56388

[startup+3.10187 s]
/proc/loadavg: 0.93 0.95 0.99 2/78 25026
/proc/meminfo: memFree=1446464/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=92720 CPUtime=3.09
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 30063 0 0 0 298 11 0 0 25 0 1 0 372643945 94945280 21828 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134731419 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 23180 21828 156 277 0 22898 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 92720

[startup+6.30117 s]
/proc/loadavg: 0.93 0.95 0.99 2/78 25026
/proc/meminfo: memFree=1433600/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=93100 CPUtime=6.29
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 30196 0 0 0 618 11 0 0 25 0 1 0 372643945 95334400 21961 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134672555 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 23275 21961 159 277 0 22993 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93100

[startup+12.7018 s]
/proc/loadavg: 0.94 0.96 0.99 2/78 25026
/proc/meminfo: memFree=1431552/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=94628 CPUtime=12.69
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 30725 0 0 0 1258 11 0 0 25 0 1 0 372643945 96899072 22490 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575090 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 23657 22490 159 277 0 23375 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94628

[startup+25.503 s]
/proc/loadavg: 0.95 0.96 0.99 2/78 25026
/proc/meminfo: memFree=1423232/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=102252 CPUtime=25.49
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 32802 0 0 0 2535 14 0 0 25 0 1 0 372643945 104706048 24567 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 25563 24567 159 277 0 25281 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102252

[startup+51.1024 s]
/proc/loadavg: 0.96 0.96 0.99 2/78 25026
/proc/meminfo: memFree=1410560/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=114072 CPUtime=51.08
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 35912 0 0 0 5089 19 0 0 25 0 1 0 372643945 116809728 27677 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134578839 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 28518 27677 159 277 0 28236 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 114072

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.99 2/78 25026
/proc/meminfo: memFree=1403328/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=121212 CPUtime=102.27
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 37925 0 0 0 10206 21 0 0 25 0 1 0 372643945 124121088 29480 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574292 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 30303 29480 159 277 0 30021 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 121212

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1401472/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=122864 CPUtime=162.25
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 38576 0 0 0 16203 22 0 0 25 0 1 0 372643945 125812736 29917 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574208 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 30716 29917 159 277 0 30434 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 122864

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

[startup+179.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1400320/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=123856 CPUtime=179.04
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39081 0 0 0 17881 23 0 0 25 0 1 0 372643945 126828544 30202 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574292 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 30964 30202 159 277 0 30682 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 123856

[startup+204.703 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1400320/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=123864 CPUtime=204.64
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39083 0 0 0 20441 23 0 0 25 0 1 0 372643945 126836736 30204 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575666 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 30966 30204 159 277 0 30684 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 123864

[startup+211.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1400384/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=123864 CPUtime=211.04
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39083 0 0 0 21081 23 0 0 25 0 1 0 372643945 126836736 30204 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134575079 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 30966 30204 159 277 0 30684 0
Current children cumulated CPU time (s) 211.04
Current children cumulated vsize (KiB) 123864

[startup+217.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1399168/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=125328 CPUtime=217.43
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39470 0 0 0 21719 24 0 0 25 0 1 0 372643945 128335872 30591 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 31332 30591 159 277 0 31050 0
Current children cumulated CPU time (s) 217.43
Current children cumulated vsize (KiB) 125328

[startup+219.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1398656/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=125708 CPUtime=219.03
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39571 0 0 0 21879 24 0 0 25 0 1 0 372643945 128724992 30692 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574227 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 31427 30692 159 277 0 31145 0
Current children cumulated CPU time (s) 219.03
Current children cumulated vsize (KiB) 125708

[startup+220.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1398336/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=125908 CPUtime=220.64
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39851 0 0 0 22039 25 0 0 25 0 1 0 372643945 128929792 30744 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574353 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 31477 30744 159 277 0 31195 0
Current children cumulated CPU time (s) 220.64
Current children cumulated vsize (KiB) 125908

[startup+221.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1398336/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=125908 CPUtime=221.44
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39851 0 0 0 22119 25 0 0 25 0 1 0 372643945 128929792 30744 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574300 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 31477 30744 159 277 0 31195 0
Current children cumulated CPU time (s) 221.44
Current children cumulated vsize (KiB) 125908

[startup+221.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 25028
/proc/meminfo: memFree=1398336/2055920 swapFree=4145896/4192956
[pid=25025] ppid=25023 vsize=125908 CPUtime=221.64
/proc/25025/stat : 25025 (aigsat-sp) R 25023 25025 24913 0 -1 0 39851 0 0 0 22139 25 0 0 25 0 1 0 372643945 128929792 30744 18446744073709551615 134512640 135650930 4294956592 18446744073709551615 134574010 0 0 4096 35 0 0 0 17 1 0 0
/proc/25025/statm: 31477 30744 159 277 0 31195 0
Current children cumulated CPU time (s) 221.64
Current children cumulated vsize (KiB) 125908

Child status: 20
Real time (s): 221.747
CPU time (s): 221.688
CPU user time (s): 221.418
CPU system time (s): 0.269958
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 125908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 221.418
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39851
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= 6
involuntary context switches= 1709

runsolver used 0.238963 second user time and 0.573912 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue May 15 16:41:02 UTC 2007

IDJOB= 460415
IDBENCH= 48448
IDSOLVER= 203
FILE ID= node14/460415-1179247262

PBS_JOBID= 5276801

Free space on /tmp= 66535 MiB

SOLVER NAME= aigsat-sp 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/fuhs/medium/AProVE07-15.aig
COMMAND LINE= /tmp/evaluation/460415-1179247262/aigsat-sp /tmp/evaluation/460415-1179247262/instance-460415-1179247262.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-460415-1179247262 -o ROOT/results/node14/solver-460415-1179247262 -C 1200 -W 1800 -M 1800 --output-limit 1,15  /tmp/evaluation/460415-1179247262/aigsat-sp /tmp/evaluation/460415-1179247262/instance-460415-1179247262.aig            

META MD5SUM SOLVER= f61578204551f85c79544b972aeb08d2
MD5SUM BENCH=  0857f1f6c0b5f4af6aeae0ac23a18687

RANDOM SEED= 277870905

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1521440 kB
Buffers:         45424 kB
Cached:         415776 kB
SwapCached:      15208 kB
Active:         143800 kB
Inactive:       341608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1521440 kB
SwapTotal:     4192956 kB
SwapFree:      4145896 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          30140 kB
Slab:            34624 kB
Committed_AS:  9627412 kB
PageTables:       1784 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= 66535 MiB

End job on node14 on Tue May 15 16:44:44 UTC 2007