Trace number 1723545

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 272.251 272.328

General information on the benchmark

Namemanol-pipe-g10id.cnf
MD5SUM79b8866c5f4be7f699958174c5be63e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.3264
Satisfiable
(Un)Satisfiability was proved
Number of variables159638
Number of clauses473596
Sum of the clauses size1105056
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2315730
Number of clauses of size 3157865
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

3.89/3.91	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
3.89/3.91	c Eliminate time :        3.3 
272.22/272.32	c CNF read time  :        0.5 
272.22/272.32	c CNF solve time :     271.79 
272.22/272.32	c Memory usage :    111.156 MB
272.22/272.32	c Restart : 358
272.22/272.32	c Decisions : random(46746), heuristic(3421501), history(0/0)
272.22/272.32	c Implications : 194975332
272.22/272.32	c Forced Restart : 0
272.22/272.32	c Polarity Change : 2473
272.22/272.32	c Learned clasues  : 85246 out of 914345
272.22/272.32	c Learned literals : 2948813 out of 37566647
272.22/272.32	c Number of first UIP : 170267 out of 914345
272.22/272.32	c Number of simplify : 2
272.22/272.32	c Number of continuous distill : 32218
272.22/272.32	c Average depth of OTS : 12
272.22/272.32	c Average depth of additional conflict : 29
272.22/272.32	c Saved conflict clasues : 19576
272.22/272.32	c Saved conflict literals : 674485
272.22/272.32	c Additional conflict clauses : 36359
272.22/272.32	c Additional conflict literals : 1029359
272.22/272.32	c Additional conflict analysis : 57845
272.22/272.32	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-1723545-1240686981/watcher-1723545-1240686981 -o /tmp/evaluation-result-1723545-1240686981/solver-1723545-1240686981 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1723545-1240686981.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.99 0.98 0.99 3/65 13351
/proc/meminfo: memFree=1687720/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=4924 CPUtime=0
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 742 0 0 0 0 0 0 0 18 0 1 120000 96727835 5042176 727 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 1231 732 66 173 0 1056 0

[startup+0.0843319 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 13351
/proc/meminfo: memFree=1687720/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=19220 CPUtime=0.07
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 3488 0 0 0 6 1 0 0 18 0 1 120000 96727835 19681280 3440 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 4805 3441 70 173 0 4630 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 19220

[startup+0.101333 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 13351
/proc/meminfo: memFree=1687720/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=20400 CPUtime=0.09
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 3822 0 0 0 8 1 0 0 18 0 1 120000 96727835 20889600 3709 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 5100 3710 70 173 0 4925 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20400

[startup+0.301355 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 13351
/proc/meminfo: memFree=1687720/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=31868 CPUtime=0.29
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 7109 0 0 0 26 3 0 0 19 0 1 120000 96727835 32632832 6867 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 7967 6868 70 173 0 7792 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31868

[startup+0.701399 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 13351
/proc/meminfo: memFree=1687720/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=49784 CPUtime=0.7
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 12143 0 0 0 64 6 0 0 23 0 1 120000 96727835 50978816 11643 1992294400 134512640 135224549 4294956208 18446744073709551615 134632558 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 12446 11643 77 173 0 12271 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 49784

[startup+1.50149 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1630560/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=74660 CPUtime=1.49
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 18880 0 0 0 141 8 0 0 25 0 1 120000 96727835 76451840 17867 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 18665 17867 77 173 0 18490 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74660

[startup+3.10167 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1606176/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=84560 CPUtime=3.09
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 21652 0 0 0 300 9 0 0 25 0 1 120000 96727835 86589440 20639 1992294400 134512640 135224549 4294956208 18446744073709551615 134576015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 21140 20639 77 173 0 20965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84560

[startup+6.30202 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1602016/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=89124 CPUtime=6.3
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 23481 0 0 0 619 11 0 0 25 0 1 120000 96727835 91262976 21475 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 22281 21475 92 173 0 22106 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 89124

[startup+12.7027 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1600160/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=90708 CPUtime=12.69
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 23875 0 0 0 1258 11 0 0 25 0 1 120000 96727835 92884992 21869 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 22677 21869 92 173 0 22502 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90708

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1598432/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=92748 CPUtime=25.48
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 24367 0 0 0 2537 11 0 0 25 0 1 120000 96727835 94973952 22361 1992294400 134512640 135224549 4294956208 18446744073709551615 134587826 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 23187 22361 92 173 0 23012 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92748

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1595232/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=95784 CPUtime=51.07
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 25152 0 0 0 5095 12 0 0 25 0 1 120000 96727835 98082816 23146 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 23946 23146 92 173 0 23771 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 95784

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1590304/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=100692 CPUtime=102.27
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 26373 0 0 0 10213 14 0 0 25 0 1 120000 96727835 103108608 24367 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 25173 24367 92 173 0 24998 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 100692

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1585568/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=105632 CPUtime=162.25
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 27553 0 0 0 16210 15 0 0 25 0 1 120000 96727835 108167168 25547 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 26408 25547 92 173 0 26233 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 105632

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1579488/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=111812 CPUtime=222.23
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29073 0 0 0 22206 17 0 0 25 0 1 120000 96727835 114495488 27067 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 27953 27067 92 173 0 27778 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 111812

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

[startup+230.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1579424/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=111812 CPUtime=230.23
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29074 0 0 0 23006 17 0 0 25 0 1 120000 96727835 114495488 27068 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 27953 27068 92 173 0 27778 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 111812

[startup+255.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577440/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=113820 CPUtime=255.81
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29575 0 0 0 25564 17 0 0 25 0 1 120000 96727835 116551680 27569 1992294400 134512640 135224549 4294956208 18446744073709551615 134595376 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 28455 27569 92 173 0 28280 0
Current children cumulated CPU time (s) 255.81
Current children cumulated vsize (KiB) 113820

[startup+262.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577440/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=113820 CPUtime=262.21
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29578 0 0 0 26204 17 0 0 25 0 1 120000 96727835 116551680 27572 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 28455 27572 92 173 0 28280 0
Current children cumulated CPU time (s) 262.21
Current children cumulated vsize (KiB) 113820

[startup+268.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=113820 CPUtime=268.61
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29580 0 0 0 26844 17 0 0 25 0 1 120000 96727835 116551680 27574 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 28455 27574 92 173 0 28280 0
Current children cumulated CPU time (s) 268.61
Current children cumulated vsize (KiB) 113820

[startup+270.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=113820 CPUtime=270.21
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29581 0 0 0 27004 17 0 0 25 0 1 120000 96727835 116551680 27575 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 28455 27575 92 173 0 28280 0
Current children cumulated CPU time (s) 270.21
Current children cumulated vsize (KiB) 113820

[startup+271.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=113820 CPUtime=271.01
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29581 0 0 0 27084 17 0 0 25 0 1 120000 96727835 116551680 27575 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 28455 27575 92 173 0 28280 0
Current children cumulated CPU time (s) 271.01
Current children cumulated vsize (KiB) 113820

[startup+271.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=113820 CPUtime=271.81
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29581 0 0 0 27164 17 0 0 25 0 1 120000 96727835 116551680 27575 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 28455 27575 92 173 0 28280 0
Current children cumulated CPU time (s) 271.81
Current children cumulated vsize (KiB) 113820

[startup+272.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 13352
/proc/meminfo: memFree=1577376/2055920 swapFree=4181068/4192956
[pid=13351] ppid=13349 vsize=100112 CPUtime=272.22
/proc/13351/stat : 13351 (CirCUs) R 13349 13351 12717 0 -1 4194304 29585 0 0 0 27204 18 0 0 25 0 1 120000 96727835 102514688 24785 1992294400 134512640 135224549 4294956208 18446744073709551615 134722798 0 0 4096 8192 0 0 0 17 1 0 0
/proc/13351/statm: 25028 24785 95 173 0 24853 0
Current children cumulated CPU time (s) 272.22
Current children cumulated vsize (KiB) 100112

Child status: 0
Real time (s): 272.328
CPU time (s): 272.251
CPU user time (s): 272.055
CPU system time (s): 0.19597
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 113820

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

runsolver used 0.290955 second user time and 0.701893 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 21:16:22
IDJOB=1723545
IDBENCH=71717
IDSOLVER=544
FILE ID=node86/1723545-1240686981
PBS_JOBID= 9186630
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= 79b8866c5f4be7f699958174c5be63e9
RANDOM SEED=1645054558

node86.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1688200 kB
Buffers:         30824 kB
Cached:         262780 kB
SwapCached:       5732 kB
Active:         114920 kB
Inactive:       187464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688200 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            9240 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            51232 kB
Committed_AS:   369884 kB
PageTables:       1464 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= 66152 MiB
End job on node86 at 2009-04-25 21:20:54