Trace number 460702

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 246.866 247.046

General information on the benchmark

Nameindustrial-aig/palacios/uts/
uts-l06-ipc5-h35-unknown.aig
MD5SUMb1cc3be26d44c0400a2f84d30a96462d
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark34.7637
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

11.89/11.94	c file: /tmp/evaluation/460702-1179250556/instance-460702-1179250556.aig
11.89/11.94	c Reading aig format..
11.89/11.94	c MAXVAR  301055
11.89/11.94	c INPUTS  2358
11.89/11.94	c LATCHES 0
11.89/11.94	c OUTPUTS 1
11.89/11.94	c AND     298697
11.89/11.94	c Before initialization time 11.5542
11.89/11.94	c Memory used (in MB): 300.129
91.42/91.59	c Using component size threshold as 122
91.42/91.59	c DBred=0 restart=34 est=0.0303608 GV=33078 GL=165494[ 118303,47191] HP=14120 Prune=201159 decisions=74166 random 128[0.172586]  HP Impl=2065106 DB Impl=33577753[31799746]  Lits/Cls 28 
91.42/91.59	c Memory used (in MB): 413.301
128.39/128.57	c DBred=1 restart=37 est=0.0320475 GV=63378 GL=168597[ 118303,50294] HP=18387 Prune=305020 decisions=116699 random 204[0.174809]  HP Impl=2560097 DB Impl=49258763[45647992]  Lits/Cls 25 
128.39/128.57	c Memory used (in MB): 441.621
169.45/169.68	c DBred=2 restart=39 est=0.0320486 GV=98178 GL=172937[ 118303,54634] HP=22363 Prune=412816 decisions=162697 random 298[0.183163]  HP Impl=2857516 DB Impl=65392375[59547826]  Lits/Cls 31 
169.45/169.68	c Memory used (in MB): 478.012
235.01/235.21	c DBred=3 restart=41 est=0.0320475 GV=137740 GL=180627[ 118303,62324] HP=26593 Prune=553173 decisions=217588 random 394[0.181076]  HP Impl=3606242 DB Impl=100337176[91492906]  Lits/Cls 30 
235.01/235.21	c Memory used (in MB): 535.84
246.71/246.96	
246.71/246.96	s SATISFIABLE
246.71/246.96	c Total time (in seconds): 245.833
246.71/246.96	c Memory used (in MB): 544.09
246.71/246.96	c Conflict literals deleted: [32.7969%] Max learned #lits [8728270] Reduced #lits [5865665]

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/node38/watcher-460702-1179250556 -o ROOT/results/node38/solver-460702-1179250556 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460702-1179250556/aigsat-wc /tmp/evaluation/460702-1179250556/instance-460702-1179250556.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: 1.06 0.98 0.99 3/77 5608
/proc/meminfo: memFree=1562176/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=3676 CPUtime=0
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 483 249 0 0 0 0 0 0 18 0 1 0 357222251 3764224 462 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135242916 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 919 471 124 293 0 620 0

[startup+0.087376 s]
/proc/loadavg: 1.06 0.98 0.99 3/77 5608
/proc/meminfo: memFree=1562176/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=7244 CPUtime=0.07
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 1643 249 0 0 7 0 0 0 19 0 1 0 357222251 7417856 1622 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134770947 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 1811 1622 125 293 0 1512 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7244

[startup+0.101379 s]
/proc/loadavg: 1.06 0.98 0.99 3/77 5608
/proc/meminfo: memFree=1562176/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=7948 CPUtime=0.08
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 1823 249 0 0 8 0 0 0 19 0 1 0 357222251 8138752 1801 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135235224 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 1987 1802 136 293 0 1688 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7948

[startup+0.301417 s]
/proc/loadavg: 1.06 0.98 0.99 3/77 5608
/proc/meminfo: memFree=1562176/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=18512 CPUtime=0.29
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 4501 249 0 0 28 1 0 0 21 0 1 0 357222251 18956288 4333 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023910 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 4628 4333 136 293 0 4329 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18512

[startup+0.701493 s]
/proc/loadavg: 1.06 0.98 0.99 3/77 5608
/proc/meminfo: memFree=1562176/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=40912 CPUtime=0.69
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 10143 249 0 0 66 3 0 0 24 0 1 0 357222251 41893888 9782 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134590471 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 10228 9782 136 293 0 9929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40912

[startup+1.50165 s]
/proc/loadavg: 1.06 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1516152/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=60840 CPUtime=1.48
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 16986 249 0 0 143 5 0 0 25 0 1 0 357222251 62300160 14574 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 135023903 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 15210 14575 136 293 0 14911 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60840

[startup+3.10195 s]
/proc/loadavg: 1.06 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1474808/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=136848 CPUtime=3.08
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 35752 249 0 0 298 10 0 0 25 0 1 0 357222251 140132352 32616 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134556602 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 34212 32616 137 293 0 33913 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 136848

[startup+6.30156 s]
/proc/loadavg: 1.05 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1369048/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=242544 CPUtime=6.28
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 73150 249 0 0 605 23 0 0 25 0 1 0 357222251 248365056 58326 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134667282 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 60636 58326 142 293 0 60337 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 242544

[startup+12.7018 s]
/proc/loadavg: 1.05 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1261888/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=321364 CPUtime=12.68
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 118006 249 0 0 1227 41 0 0 25 0 1 0 357222251 329076736 78052 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134750903 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 80341 78052 158 293 0 80042 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 321364

[startup+25.5012 s]
/proc/loadavg: 1.04 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1235648/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=337852 CPUtime=25.47
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 121476 249 0 0 2503 44 0 0 25 0 1 0 357222251 345960448 81522 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 84463 81522 160 293 0 84164 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 337852

[startup+51.1011 s]
/proc/loadavg: 1.02 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1201792/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=384656 CPUtime=51.05
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 131795 249 0 0 5054 51 0 0 25 0 1 0 357222251 393887744 90153 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134733838 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 96164 90153 160 293 0 95865 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 384656

[startup+102.306 s]
/proc/loadavg: 1.01 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1161408/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=436160 CPUtime=102.22
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 145224 249 0 0 10160 62 0 0 25 0 1 0 357222251 446627840 100033 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727244 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 109040 100033 160 293 0 108741 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 436160

[startup+162.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1129472/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=483364 CPUtime=162.17
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 161695 249 0 0 16142 75 0 0 25 0 1 0 357222251 494964736 108024 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 120841 108024 160 293 0 120542 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 483364

[startup+222.303 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1088000/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=541012 CPUtime=222.12
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 181438 249 0 0 22122 90 0 0 25 0 1 0 357222251 553996288 118347 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744779 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 135253 118347 160 293 0 134954 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 541012

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

[startup+230.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1083584/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=545764 CPUtime=230.11
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 183202 249 0 0 22920 91 0 0 25 0 1 0 357222251 558862336 119492 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 136441 119492 160 293 0 136142 0
Current children cumulated CPU time (s) 230.11
Current children cumulated vsize (KiB) 545764

[startup+236.702 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1079872/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=549268 CPUtime=236.51
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 184915 249 0 0 23559 92 0 0 25 0 1 0 357222251 562450432 120378 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744715 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 137317 120378 160 293 0 137018 0
Current children cumulated CPU time (s) 236.51
Current children cumulated vsize (KiB) 549268

[startup+243.106 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1075584/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=554924 CPUtime=242.92
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 186798 249 0 0 24198 94 0 0 25 0 1 0 357222251 568242176 121445 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745359 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 138731 121445 160 293 0 138432 0
Current children cumulated CPU time (s) 242.92
Current children cumulated vsize (KiB) 554924

[startup+244.701 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1074688/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=555972 CPUtime=244.51
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 187097 249 0 0 24357 94 0 0 25 0 1 0 357222251 569315328 121679 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134745220 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 138993 121679 160 293 0 138694 0
Current children cumulated CPU time (s) 244.51
Current children cumulated vsize (KiB) 555972

[startup+246.301 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1073920/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=557012 CPUtime=246.12
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 187386 249 0 0 24517 95 0 0 25 0 1 0 357222251 570380288 121838 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134744691 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 139253 121838 160 293 0 138954 0
Current children cumulated CPU time (s) 246.12
Current children cumulated vsize (KiB) 557012

[startup+246.702 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1073920/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=557012 CPUtime=246.51
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 187392 249 0 0 24556 95 0 0 25 0 1 0 357222251 570380288 121844 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134727590 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 139253 121844 160 293 0 138954 0
Current children cumulated CPU time (s) 246.51
Current children cumulated vsize (KiB) 557012

[startup+246.902 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1073920/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=557144 CPUtime=246.71
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 0 187420 249 0 0 24576 95 0 0 25 0 1 0 357222251 570515456 121872 18446744073709551615 134512640 135716322 4294956592 18446744073709551615 134756201 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 139286 121872 160 293 0 138987 0
Current children cumulated CPU time (s) 246.71
Current children cumulated vsize (KiB) 557144

[startup+247.002 s]
/proc/loadavg: 1.00 0.98 0.99 2/78 5610
/proc/meminfo: memFree=1073920/2055920 swapFree=4154692/4192956
[pid=5608] ppid=5606 vsize=0 CPUtime=246.81
/proc/5608/stat : 5608 (aigsat-wc) R 5606 5608 4692 0 -1 4 187424 249 0 0 24583 98 0 0 25 0 1 0 357222251 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 35 0 0 0 17 0 0 0
/proc/5608/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 246.81
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 247.046
CPU time (s): 246.866
CPU user time (s): 245.834
CPU system time (s): 1.03284
CPU usage (%): 99.9271
Max. virtual memory (cumulated for all children) (KiB): 557144

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

runsolver used 0.270958 second user time and 0.632903 second system time

The end

Launcher Data (download as text)

Begin job on node38 on Tue May 15 17:35:56 UTC 2007

IDJOB= 460702
IDBENCH= 48520
IDSOLVER= 202
FILE ID= node38/460702-1179250556

PBS_JOBID= 5277000

Free space on /tmp= 66547 MiB

SOLVER NAME= aigsat-wc 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/palacios/uts/uts-l06-ipc5-h35-unknown.aig
COMMAND LINE= /tmp/evaluation/460702-1179250556/aigsat-wc /tmp/evaluation/460702-1179250556/instance-460702-1179250556.aig            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-460702-1179250556 -o ROOT/results/node38/solver-460702-1179250556 -C 1200 -W 1800 -M 1800 --output-limit 1,15 -S 1 /tmp/evaluation/460702-1179250556/aigsat-wc /tmp/evaluation/460702-1179250556/instance-460702-1179250556.aig            

META MD5SUM SOLVER= a44537a071ffb1a142b3275181a5083c
MD5SUM BENCH=  b1cc3be26d44c0400a2f84d30a96462d

RANDOM SEED= 99609386

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node38.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.263
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.263
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:       1562392 kB
Buffers:         39736 kB
Cached:         304640 kB
SwapCached:       6912 kB
Active:          42132 kB
Inactive:       327536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1562392 kB
SwapTotal:     4192956 kB
SwapFree:      4154692 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:          30432 kB
Slab:           109024 kB
Committed_AS:  4993880 kB
PageTables:       2092 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= 66547 MiB

End job on node38 on Tue May 15 17:40:03 UTC 2007