Trace number 1772948

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
CircUs 2009-03-23UNSAT 412.206 412.374

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.1181
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data

129.83/129.95	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
129.83/129.95	c Eliminate time :      128.7 
412.12/412.37	c CNF read time  :          1 
412.12/412.37	c CNF solve time :     411.57 
412.12/412.37	c Memory usage :    165.277 MB
412.12/412.37	c Restart : 322
412.12/412.37	c Decisions : random(7630), heuristic(449339), history(0/0)
412.12/412.37	c Implications : 253171177
412.12/412.37	c Forced Restart : 0
412.12/412.37	c Polarity Change : 806
412.12/412.37	c Learned clasues  : 3273 out of 298167
412.12/412.37	c Learned literals : 42431 out of 5687412
412.12/412.37	c Number of first UIP : 75105 out of 298167
412.12/412.37	c Number of simplify : 1
412.12/412.37	c Number of continuous distill : 10066
412.12/412.37	c Average depth of OTS : 11
412.12/412.37	c Average depth of additional conflict : 58
412.12/412.37	c Saved conflict clasues : 3415
412.12/412.37	c Saved conflict literals : 33329
412.12/412.37	c Additional conflict clauses : 12845
412.12/412.37	c Additional conflict literals : 215958
412.12/412.37	c Additional conflict analysis : 43102
412.12/412.37	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1772948-1241314675/watcher-1772948-1241314675 -o /tmp/evaluation-result-1772948-1241314675/solver-1772948-1241314675 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1772948-1241314675.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 30343
/proc/meminfo: memFree=1851576/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=5308 CPUtime=0
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 684 0 0 0 0 0 0 0 18 0 1 1000000 159496230 5435392 669 1992294400 134512640 135224549 4294956224 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 1327 674 66 173 0 1152 0

[startup+0.02048 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 30343
/proc/meminfo: memFree=1851576/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=18864 CPUtime=0.01
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 2567 0 0 0 0 1 0 0 18 0 1 1000000 159496230 19316736 2552 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 4716 2553 71 173 0 4541 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18864

[startup+0.101494 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 30343
/proc/meminfo: memFree=1851576/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=23760 CPUtime=0.09
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 3881 0 0 0 8 1 0 0 18 0 1 1000000 159496230 24330240 3768 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 5940 3768 70 173 0 5765 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23760

[startup+0.301531 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 30343
/proc/meminfo: memFree=1851576/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=33908 CPUtime=0.29
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 6768 0 0 0 26 3 0 0 19 0 1 1000000 159496230 34721792 6526 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 8477 6527 70 173 0 8302 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33908

[startup+0.701606 s]
/proc/loadavg: 1.01 1.01 1.00 3/64 30343
/proc/meminfo: memFree=1851576/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=56252 CPUtime=0.69
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 13022 0 0 0 63 6 0 0 23 0 1 1000000 159496230 57602048 12010 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 14063 12011 70 173 0 13888 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56252

[startup+1.50176 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 30344
/proc/meminfo: memFree=1787888/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=75124 CPUtime=1.49
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 18398 0 0 0 139 10 0 0 25 0 1 1000000 159496230 76926976 17385 1992294400 134512640 135224549 4294956224 18446744073709551615 134570518 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 18781 17385 74 173 0 18606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75124

[startup+3.10106 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 30344
/proc/meminfo: memFree=1782064/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=75124 CPUtime=3.09
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 18398 0 0 0 299 10 0 0 25 0 1 1000000 159496230 76926976 17385 1992294400 134512640 135224549 4294956224 18446744073709551615 134570922 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 18781 17385 74 173 0 18606 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 75124

[startup+6.30166 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 30344
/proc/meminfo: memFree=1781808/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=75124 CPUtime=6.28
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 18398 0 0 0 618 10 0 0 25 0 1 1000000 159496230 76926976 17385 1992294400 134512640 135224549 4294956224 18446744073709551615 134570930 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 18781 17385 74 173 0 18606 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 75124

[startup+12.7019 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 30344
/proc/meminfo: memFree=1727600/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=130412 CPUtime=12.69
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 33339 0 0 0 1252 17 0 0 25 0 1 1000000 159496230 133541888 31301 1992294400 134512640 135224549 4294956224 18446744073709551615 134561885 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 32603 31301 77 173 0 32428 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130412

[startup+25.5013 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 30344
/proc/meminfo: memFree=1726448/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=130412 CPUtime=25.48
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 33339 0 0 0 2531 17 0 0 25 0 1 1000000 159496230 133541888 31301 1992294400 134512640 135224549 4294956224 18446744073709551615 134572714 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 32603 31301 77 173 0 32428 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 130412

[startup+51.1011 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 30344
/proc/meminfo: memFree=1726512/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=130412 CPUtime=51.06
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 33339 0 0 0 5089 17 0 0 25 0 1 1000000 159496230 133541888 31301 1992294400 134512640 135224549 4294956224 18446744073709551615 134572720 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 32603 31301 77 173 0 32428 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 130412

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30344
/proc/meminfo: memFree=1709168/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=147580 CPUtime=102.25
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 37798 0 0 0 10206 19 0 0 25 0 1 1000000 159496230 151121920 35631 1992294400 134512640 135224549 4294956224 18446744073709551615 134570841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 36895 35631 77 173 0 36720 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 147580

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1692720/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=163916 CPUtime=162.22
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 42920 0 0 0 16201 21 0 0 25 0 1 1000000 159496230 167849984 39760 1992294400 134512640 135224549 4294956224 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 40979 39760 93 173 0 40804 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 163916

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1692400/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=164180 CPUtime=222.19
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 42995 0 0 0 22198 21 0 0 25 0 1 1000000 159496230 168120320 39835 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 41045 39835 93 173 0 40870 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 164180

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1690800/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=165748 CPUtime=282.17
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 43377 0 0 0 28195 22 0 0 25 0 1 1000000 159496230 169725952 40217 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 41437 40217 93 173 0 41262 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 165748

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1689200/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=167424 CPUtime=342.15
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 43765 0 0 0 34193 22 0 0 25 0 1 1000000 159496230 171442176 40605 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 41856 40605 93 173 0 41681 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 167424

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687664/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=169100 CPUtime=402.12
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44162 0 0 0 40190 22 0 0 25 0 1 1000000 159496230 173158400 41002 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 42275 41002 93 173 0 42100 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 169100

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

[startup+403.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687600/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=169100 CPUtime=402.92
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44181 0 0 0 40270 22 0 0 25 0 1 1000000 159496230 173158400 41021 1992294400 134512640 135224549 4294956224 18446744073709551615 134631371 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 42275 41021 93 173 0 42100 0
Current children cumulated CPU time (s) 402.92
Current children cumulated vsize (KiB) 169100

[startup+406.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687536/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=169100 CPUtime=406.12
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44181 0 0 0 40590 22 0 0 25 0 1 1000000 159496230 173158400 41021 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 42275 41021 93 173 0 42100 0
Current children cumulated CPU time (s) 406.12
Current children cumulated vsize (KiB) 169100

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687536/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=169240 CPUtime=409.32
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44187 0 0 0 40910 22 0 0 25 0 1 1000000 159496230 173301760 41027 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 42310 41027 93 173 0 42135 0
Current children cumulated CPU time (s) 409.32
Current children cumulated vsize (KiB) 169240

[startup+411.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687536/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=169240 CPUtime=410.92
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44189 0 0 0 41070 22 0 0 25 0 1 1000000 159496230 173301760 41029 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 42310 41029 93 173 0 42135 0
Current children cumulated CPU time (s) 410.92
Current children cumulated vsize (KiB) 169240

[startup+411.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687536/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=169240 CPUtime=411.72
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44189 0 0 0 41150 22 0 0 25 0 1 1000000 159496230 173301760 41029 1992294400 134512640 135224549 4294956224 18446744073709551615 134603996 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 42310 41029 93 173 0 42135 0
Current children cumulated CPU time (s) 411.72
Current children cumulated vsize (KiB) 169240

[startup+412.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 30346
/proc/meminfo: memFree=1687536/2055920 swapFree=4181168/4192956
[pid=30343] ppid=30341 vsize=151440 CPUtime=412.12
/proc/30343/stat : 30343 (CirCUs) R 30341 30343 30306 0 -1 4194304 44192 0 0 0 41190 22 0 0 25 0 1 1000000 159496230 155074560 37340 1992294400 134512640 135224549 4294956224 18446744073709551615 134721443 0 0 4096 8192 0 0 0 17 1 0 0
/proc/30343/statm: 37860 37340 95 173 0 37685 0
Current children cumulated CPU time (s) 412.12
Current children cumulated vsize (KiB) 151440

Child status: 0
Real time (s): 412.374
CPU time (s): 412.206
CPU user time (s): 411.949
CPU system time (s): 0.25696
CPU usage (%): 99.9594
Max. virtual memory (cumulated for all children) (KiB): 169240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 411.949
system time used= 0.25696
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44193
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= 2
involuntary context switches= 616

runsolver used 0.408937 second user time and 0.924859 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-03 03:37:57
IDJOB=1772948
IDBENCH=20418
IDSOLVER=614
FILE ID=node37/1772948-1241314675
PBS_JOBID= 9225294
Free space on /tmp= 66532 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772948-1241314675/watcher-1772948-1241314675 -o /tmp/evaluation-result-1772948-1241314675/solver-1772948-1241314675 -C 10000 -W 12000 -M 1800  HOME/CirCUs HOME/instance-1772948-1241314675.cnf -t 10000

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

MD5SUM BENCH= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=1427436059

node37.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.259
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.259
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:       1852056 kB
Buffers:         42640 kB
Cached:          82720 kB
SwapCached:       5608 kB
Active:          34412 kB
Inactive:        98700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852056 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:           16344 kB
Writeback:           0 kB
Mapped:          13468 kB
Slab:            56880 kB
Committed_AS:   819904 kB
PageTables:       1372 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= 66528 MiB
End job on node37 at 2009-05-03 03:44:49