Trace number 1563067

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 422.641 422.743

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark302.814
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

Solver Data

0.79/0.80	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.79/0.80	c Eliminate time :       0.57 
422.59/422.74	c CNF read time  :        0.2 
422.59/422.74	c CNF solve time :     422.54 
422.59/422.74	c Memory usage :    37.6289 MB
422.59/422.74	c Restart : 995
422.59/422.74	c Decisions : random(22081), heuristic(1236952), history(0/0)
422.59/422.74	c Implications : 191577095
422.59/422.74	c Forced Restart : 0
422.59/422.74	c Polarity Change : 1957
422.59/422.74	c Learned clasues  : 16074 out of 863767
422.59/422.74	c Learned literals : 214049 out of 16611227
422.59/422.74	c Number of first UIP : 190941 out of 863767
422.59/422.74	c Number of simplify : 2
422.59/422.74	c Number of continuous distill : 4620
422.59/422.74	c Average depth of OTS : 3
422.59/422.74	c Average depth of additional conflict : 26
422.59/422.74	c Saved conflict clasues : 1720
422.59/422.74	c Saved conflict literals : 18944
422.59/422.74	c Additional conflict clauses : 19050
422.59/422.74	c Additional conflict literals : 329799
422.59/422.74	c Additional conflict analysis : 106892
422.59/422.74	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-1563067-1240999980/watcher-1563067-1240999980 -o /tmp/evaluation-result-1563067-1240999980/solver-1563067-1240999980 -C 1200 -W 1800 -M 1800 HOME/CirCUs HOME/instance-1563067-1240999980.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24581
/proc/meminfo: memFree=1293680/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=4676 CPUtime=0
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 120000 128026019 4788224 581 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 1169 585 70 173 0 994 0

[startup+0.0937169 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24581
/proc/meminfo: memFree=1293680/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=9696 CPUtime=0.08
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 1971 0 0 0 8 0 0 0 18 0 1 120000 128026019 9928704 1858 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 2424 1858 70 173 0 2249 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9696

[startup+0.102718 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24581
/proc/meminfo: memFree=1293680/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=10092 CPUtime=0.09
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 2090 0 0 0 8 1 0 0 18 0 1 120000 128026019 10334208 1977 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 2523 1977 70 173 0 2348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10092

[startup+0.302735 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24581
/proc/meminfo: memFree=1293680/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=16680 CPUtime=0.29
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 3935 0 0 0 28 1 0 0 19 0 1 120000 128026019 17080320 3692 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 4170 3692 77 173 0 3995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16680

[startup+0.70278 s]
/proc/loadavg: 1.00 1.00 0.91 3/64 24581
/proc/meminfo: memFree=1293680/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=22288 CPUtime=0.7
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 5542 0 0 0 67 3 0 0 22 0 1 120000 128026019 22822912 5299 1992294400 134512640 135224549 4294956224 18446744073709551615 134570723 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 5572 5299 77 173 0 5397 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 22288

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1271784/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=24108 CPUtime=1.49
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 6172 0 0 0 146 3 0 0 25 0 1 120000 128026019 24686592 5708 1992294400 134512640 135224549 4294956224 18446744073709551615 134618933 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 6027 5708 93 173 0 5852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24108

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1270824/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=24372 CPUtime=3.09
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 6246 0 0 0 306 3 0 0 25 0 1 120000 128026019 24956928 5782 1992294400 134512640 135224549 4294956224 18446744073709551615 134585015 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 6093 5782 93 173 0 5918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24372

[startup+6.30126 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1270376/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=24768 CPUtime=6.29
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 6319 0 0 0 626 3 0 0 25 0 1 120000 128026019 25362432 5855 1992294400 134512640 135224549 4294956224 18446744073709551615 134584993 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 6192 5855 93 173 0 6017 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24768

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1269736/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=25256 CPUtime=12.69
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 6443 0 0 0 1265 4 0 0 25 0 1 120000 128026019 25862144 5979 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 6314 5979 93 173 0 6139 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25256

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1268584/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=26444 CPUtime=25.49
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 6740 0 0 0 2545 4 0 0 25 0 1 120000 128026019 27078656 6276 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 6611 6276 93 173 0 6436 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26444

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1267048/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=28236 CPUtime=51.07
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 7154 0 0 0 5103 4 0 0 25 0 1 120000 128026019 28913664 6690 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 7059 6690 93 173 0 6884 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28236

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1264296/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=30888 CPUtime=102.27
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 7831 0 0 0 10222 5 0 0 25 0 1 120000 128026019 31629312 7367 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 7722 7367 93 173 0 7547 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30888

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1262632/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=32916 CPUtime=162.25
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 8256 0 0 0 16220 5 0 0 25 0 1 120000 128026019 33705984 7792 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 8229 7792 93 173 0 8054 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32916

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1260648/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=34796 CPUtime=222.24
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 8735 0 0 0 22218 6 0 0 25 0 1 120000 128026019 35631104 8271 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 8699 8271 93 173 0 8524 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 34796

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1259496/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=36020 CPUtime=282.22
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9015 0 0 0 28216 6 0 0 25 0 1 120000 128026019 36884480 8551 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9005 8551 93 173 0 8830 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 36020

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1258088/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=37332 CPUtime=342.2
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9361 0 0 0 34214 6 0 0 25 0 1 120000 128026019 38227968 8897 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9333 8897 93 173 0 9158 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 37332

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256936/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=402.2
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9646 0 0 0 40213 7 0 0 25 0 1 120000 128026019 39452672 9182 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9182 93 173 0 9457 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 38528

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256936/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=409.39
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9650 0 0 0 40932 7 0 0 25 0 1 120000 128026019 39452672 9186 1992294400 134512640 135224549 4294956224 18446744073709551615 134595571 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9186 93 173 0 9457 0
Current children cumulated CPU time (s) 409.39
Current children cumulated vsize (KiB) 38528

[startup+415.901 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256872/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=415.79
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9655 0 0 0 41572 7 0 0 25 0 1 120000 128026019 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 415.79
Current children cumulated vsize (KiB) 38528

[startup+419.105 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256872/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=419
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9655 0 0 0 41893 7 0 0 25 0 1 120000 128026019 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 419
Current children cumulated vsize (KiB) 38528

[startup+420.702 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256872/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=420.59
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9655 0 0 0 42052 7 0 0 25 0 1 120000 128026019 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 420.59
Current children cumulated vsize (KiB) 38528

[startup+421.502 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256872/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=421.39
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9655 0 0 0 42132 7 0 0 25 0 1 120000 128026019 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 421.39
Current children cumulated vsize (KiB) 38528

[startup+422.302 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256872/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=38528 CPUtime=422.2
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9655 0 0 0 42213 7 0 0 25 0 1 120000 128026019 39452672 9191 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 9632 9191 93 173 0 9457 0
Current children cumulated CPU time (s) 422.2
Current children cumulated vsize (KiB) 38528

[startup+422.702 s]
/proc/loadavg: 1.00 1.00 0.91 2/65 24582
/proc/meminfo: memFree=1256872/2055920 swapFree=4174088/4192956
[pid=24581] ppid=24579 vsize=35416 CPUtime=422.59
/proc/24581/stat : 24581 (CirCUs) R 24579 24581 24453 0 -1 4194304 9658 0 0 0 42252 7 0 0 25 0 1 120000 128026019 36265984 8561 1992294400 134512640 135224549 4294956224 18446744073709551615 134717017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/24581/statm: 8854 8561 95 173 0 8679 0
Current children cumulated CPU time (s) 422.59
Current children cumulated vsize (KiB) 35416

Child status: 0
Real time (s): 422.743
CPU time (s): 422.641
CPU user time (s): 422.562
CPU system time (s): 0.078987
CPU usage (%): 99.9759
Max. virtual memory (cumulated for all children) (KiB): 38528

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

runsolver used 0.341948 second user time and 0.900863 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-29 12:13:00
IDJOB=1563067
IDBENCH=70946
IDSOLVER=544
FILE ID=node50/1563067-1240999980
PBS_JOBID= 9204820
Free space on /tmp= 66516 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l47_lambda.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563067-1240999980/watcher-1563067-1240999980 -o /tmp/evaluation-result-1563067-1240999980/solver-1563067-1240999980 -C 1200 -W 1800 -M 1800  HOME/CirCUs HOME/instance-1563067-1240999980.cnf -t 1200

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=1888763118

node50.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:       1294096 kB
Buffers:         54204 kB
Cached:         623952 kB
SwapCached:      13132 kB
Active:         139756 kB
Inactive:       553088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294096 kB
SwapTotal:     4192956 kB
SwapFree:      4174088 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            54960 kB
Committed_AS:   443692 kB
PageTables:       1448 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= 66516 MiB
End job on node50 at 2009-04-29 12:20:03