Trace number 1723857

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 253.57 253.645

General information on the benchmark

Namesimon-s02b-dp11u10.cnf
MD5SUMbd35ccd857138682818061a3fbcb7546
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark101.893
Satisfiable
(Un)Satisfiability was proved
Number of variables8513
Number of clauses25271
Sum of the clauses size59561
Maximum clause length11
Minimum clause length1
Number of clauses of size 122
Number of clauses of size 216216
Number of clauses of size 39032
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51

Solver Data

0.09/0.15	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.15	c Eliminate time :       0.11 
253.52/253.64	c CNF read time  :       0.03 
253.52/253.64	c CNF solve time :     253.54 
253.52/253.64	c Memory usage :    16.2969 MB
253.52/253.64	c Restart : 613
253.52/253.64	c Decisions : random(10637), heuristic(690989), history(0/0)
253.52/253.64	c Implications : 143443528
253.52/253.64	c Forced Restart : 0
253.52/253.64	c Polarity Change : 1037
253.52/253.64	c Learned clasues  : 45332 out of 570570
253.52/253.64	c Learned literals : 725544 out of 11746532
253.52/253.64	c Number of first UIP : 117906 out of 570570
253.52/253.64	c Number of simplify : 2
253.52/253.64	c Number of continuous distill : 2096
253.52/253.64	c Average depth of OTS : 3
253.52/253.64	c Average depth of additional conflict : 25
253.52/253.64	c Saved conflict clasues : 565
253.52/253.64	c Saved conflict literals : 7124
253.52/253.64	c Additional conflict clauses : 9443
253.52/253.64	c Additional conflict literals : 147021
253.52/253.64	c Additional conflict analysis : 72243
253.52/253.64	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-1723857-1240689555/watcher-1723857-1240689555 -o /tmp/evaluation-result-1723857-1240689555/solver-1723857-1240689555 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1723857-1240689555.cnf -t 1200 

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.85 0.97 1.02 3/65 22693
/proc/meminfo: memFree=1610856/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=2132 CPUtime=0
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 305 0 0 0 0 0 0 0 18 0 1 120000 96988688 2183168 290 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 566 291 70 173 0 391 0

[startup+0.0268619 s]
/proc/loadavg: 0.85 0.97 1.02 3/65 22693
/proc/meminfo: memFree=1610856/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=3348 CPUtime=0.02
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 605 0 0 0 2 0 0 0 18 0 1 120000 96988688 3428352 590 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 837 590 70 173 0 662 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3348

[startup+0.101871 s]
/proc/loadavg: 0.85 0.97 1.02 3/65 22693
/proc/meminfo: memFree=1610856/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=5056 CPUtime=0.09
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1086 0 0 0 9 0 0 0 18 0 1 120000 96988688 5177344 1037 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1264 1037 77 173 0 1089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5056

[startup+0.301892 s]
/proc/loadavg: 0.85 0.97 1.02 3/65 22693
/proc/meminfo: memFree=1610856/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=5564 CPUtime=0.29
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1231 0 0 0 29 0 0 0 19 0 1 120000 96988688 5697536 1152 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1391 1152 93 173 0 1216 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5564

[startup+0.701937 s]
/proc/loadavg: 0.85 0.97 1.02 3/65 22693
/proc/meminfo: memFree=1610856/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=6092 CPUtime=0.69
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1352 0 0 0 69 0 0 0 22 0 1 120000 96988688 6238208 1273 1992294400 134512640 135224549 4294956224 18446744073709551615 134595530 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1523 1273 93 173 0 1348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6092

[startup+1.50103 s]
/proc/loadavg: 0.85 0.97 1.02 2/66 22694
/proc/meminfo: memFree=1606048/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=6092 CPUtime=1.49
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1380 0 0 0 149 0 0 0 25 0 1 120000 96988688 6238208 1301 1992294400 134512640 135224549 4294956224 18446744073709551615 134595281 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1523 1301 93 173 0 1348 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6092

[startup+3.10121 s]
/proc/loadavg: 0.85 0.97 1.02 2/66 22694
/proc/meminfo: memFree=1605792/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=6356 CPUtime=3.09
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1449 0 0 0 309 0 0 0 25 0 1 120000 96988688 6508544 1370 1992294400 134512640 135224549 4294956224 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1589 1370 93 173 0 1414 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6356

[startup+6.30157 s]
/proc/loadavg: 0.86 0.97 1.01 2/66 22694
/proc/meminfo: memFree=1605032/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=6928 CPUtime=6.29
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1574 0 0 0 629 0 0 0 25 0 1 120000 96988688 7094272 1495 1992294400 134512640 135224549 4294956224 18446744073709551615 134619174 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1732 1495 93 173 0 1557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6928

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 1.01 2/66 22694
/proc/meminfo: memFree=1604400/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=7588 CPUtime=12.68
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 1747 0 0 0 1268 0 0 0 25 0 1 120000 96988688 7770112 1668 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 1897 1668 93 173 0 1722 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7588

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 1.01 2/66 22694
/proc/meminfo: memFree=1603064/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=8940 CPUtime=25.48
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 2064 0 0 0 2547 1 0 0 25 0 1 120000 96988688 9154560 1985 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 2235 1985 93 173 0 2060 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8940

[startup+51.1016 s]
/proc/loadavg: 0.93 0.97 1.01 2/66 22694
/proc/meminfo: memFree=1601336/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=10664 CPUtime=51.07
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 2466 0 0 0 5106 1 0 0 25 0 1 120000 96988688 10919936 2387 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 2666 2387 93 173 0 2491 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10664

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 1.01 2/66 22694
/proc/meminfo: memFree=1599224/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=12928 CPUtime=102.27
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3012 0 0 0 10225 2 0 0 25 0 1 120000 96988688 13238272 2933 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 3232 2933 93 173 0 3057 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12928

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1597488/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=14692 CPUtime=162.24
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3436 0 0 0 16222 2 0 0 25 0 1 120000 96988688 15044608 3357 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 3673 3357 93 173 0 3498 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 14692

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595952/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16500 CPUtime=222.22
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3879 0 0 0 22220 2 0 0 25 0 1 120000 96988688 16896000 3735 1992294400 134512640 135224549 4294956224 18446744073709551615 134618706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4125 3735 93 173 0 3950 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 16500

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595888/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16500 CPUtime=230.23
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3889 0 0 0 23020 3 0 0 25 0 1 120000 96988688 16896000 3745 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4125 3745 93 173 0 3950 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 16500

[startup+243.105 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595888/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16500 CPUtime=243.03
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3893 0 0 0 24300 3 0 0 25 0 1 120000 96988688 16896000 3749 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4125 3749 93 173 0 3950 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 16500

[startup+249.501 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595888/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16684 CPUtime=249.42
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3904 0 0 0 24939 3 0 0 25 0 1 120000 96988688 17084416 3760 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4171 3760 93 173 0 3996 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 16684

[startup+251.101 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595824/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16684 CPUtime=251.02
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3915 0 0 0 25099 3 0 0 25 0 1 120000 96988688 17084416 3771 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4171 3771 93 173 0 3996 0
Current children cumulated CPU time (s) 251.02
Current children cumulated vsize (KiB) 16684

[startup+252.701 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595760/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16684 CPUtime=252.62
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3918 0 0 0 25259 3 0 0 25 0 1 120000 96988688 17084416 3774 1992294400 134512640 135224549 4294956224 18446744073709551615 134631376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4171 3774 93 173 0 3996 0
Current children cumulated CPU time (s) 252.62
Current children cumulated vsize (KiB) 16684

[startup+253.101 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595760/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16684 CPUtime=253.02
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3918 0 0 0 25299 3 0 0 25 0 1 120000 96988688 17084416 3774 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4171 3774 93 173 0 3996 0
Current children cumulated CPU time (s) 253.02
Current children cumulated vsize (KiB) 16684

[startup+253.502 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595760/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16684 CPUtime=253.42
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3918 0 0 0 25339 3 0 0 25 0 1 120000 96988688 17084416 3774 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4171 3774 93 173 0 3996 0
Current children cumulated CPU time (s) 253.42
Current children cumulated vsize (KiB) 16684

[startup+253.602 s]
/proc/loadavg: 0.99 0.97 1.00 2/66 22700
/proc/meminfo: memFree=1595760/2055920 swapFree=4179360/4192956
[pid=22693] ppid=22691 vsize=16684 CPUtime=253.52
/proc/22693/stat : 22693 (CirCUs) R 22691 22693 22656 0 -1 4194304 3918 0 0 0 25349 3 0 0 25 0 1 120000 96988688 17084416 3774 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22693/statm: 4171 3774 93 173 0 3996 0
Current children cumulated CPU time (s) 253.52
Current children cumulated vsize (KiB) 16684

Child status: 0
Real time (s): 253.645
CPU time (s): 253.57
CPU user time (s): 253.535
CPU system time (s): 0.034994
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 16684

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

runsolver used 0.291955 second user time and 0.611906 second system time

The end

Launcher Data

Begin job on node32 at 2009-04-25 21:59:15
IDJOB=1723857
IDBENCH=71741
IDSOLVER=544
FILE ID=node32/1723857-1240689555
PBS_JOBID= 9186719
Free space on /tmp= 66384 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/simon-s02b-dp11u10.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723857-1240689555/watcher-1723857-1240689555 -o /tmp/evaluation-result-1723857-1240689555/solver-1723857-1240689555 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1723857-1240689555.cnf -t 1200

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

MD5SUM BENCH= bd35ccd857138682818061a3fbcb7546
RANDOM SEED=1799139313

node32.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.216
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.216
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:       1611336 kB
Buffers:         53632 kB
Cached:         336592 kB
SwapCached:       7236 kB
Active:         162832 kB
Inactive:       237264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611336 kB
SwapTotal:     4192956 kB
SwapFree:      4179360 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          14156 kB
Slab:            30300 kB
Committed_AS:   331760 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node32 at 2009-04-25 22:03:29