Trace number 294458

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
SAT7 2007-02-08SAT 368.056 368.289

General information on the benchmark

Namerandom/OnTreshold/7SAT/v50/
unif-k7-r89-v50-c4450-S1755163742-08.SAT.shuffled.cnf
MD5SUMd3edeae19215a6960895e5b557b1cbc9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.206968
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data (download as text)

0.00/0.03	c Starting solver ...
0.00/0.03	c Restarting after 100 conflicts
0.00/0.04	c Restarting after 250 conflicts
0.00/0.05	c Restarting after 475 conflicts
0.00/0.06	c Restarting after 813 conflicts
0.00/0.09	c Restarting after 1319 conflicts
0.10/0.13	c Restarting after 2078 conflicts
0.10/0.19	c Restarting after 3219 conflicts
0.20/0.29	c Restarting after 4928 conflicts
0.40/0.45	c Restarting after 7491 conflicts
0.61/0.71	c Restarting after 11336 conflicts
1.02/1.06	c Restarting after 17104 conflicts
1.53/1.64	c Restarting after 25753 conflicts
2.46/2.53	c Restarting after 38729 conflicts
3.89/3.90	c Restarting after 58190 conflicts
6.04/6.08	c Restarting after 87382 conflicts
9.42/9.51	c Restarting after 131171 conflicts
14.84/14.88	c Restarting after 196855 conflicts
23.43/23.48	c Restarting after 295382 conflicts
36.72/36.89	c Restarting after 443172 conflicts
58.13/58.24	c Restarting after 664855 conflicts
92.10/92.29	c Restarting after 997380 conflicts
146.48/146.67	c Restarting after 1496168 conflicts
235.05/235.30	c Restarting after 2244351 conflicts
367.97/368.28	s SATISFIABLE
367.97/368.28	v -1 2 3 4 -5 6 -7 8 -9 -10 11 -12 -13 -14 15 -16 -17 -18 -19 20 21 22 -23 24 -25 26 27 -28 -29 30 -31 32 33 -34 35 -36 -37 38 39 -40 41 42 43 -44 45 46 47 48 -49 50 
367.97/368.28	v 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node15/watcher-294458-1171789246 -o ROOT/results/node15/solver-294458-1171789246 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/294458-1171789246/sat7_bin /tmp/evaluation/294458-1171789246/instance-294458-1171789246.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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/77 14111
/proc/meminfo: memFree=1247576/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=1064 CPUtime=0
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 198878949 1089536 112 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134547008 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 266 113 87 220 0 43 0

[startup+0.106792 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 14111
/proc/meminfo: memFree=1247576/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=1976 CPUtime=0.1
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 277 0 0 0 10 0 0 0 18 0 1 0 198878949 2023424 260 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 494 260 95 220 0 271 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1976

[startup+0.514862 s]
/proc/loadavg: 0.99 0.98 0.99 3/77 14111
/proc/meminfo: memFree=1247576/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=2108 CPUtime=0.51
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 361 0 0 0 51 0 0 0 21 0 1 0 198878949 2158592 344 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579689 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 527 344 95 220 0 304 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2108

[startup+1.336 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14112
/proc/meminfo: memFree=1246352/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=2244 CPUtime=1.33
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 420 0 0 0 133 0 0 0 25 0 1 0 198878949 2297856 403 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 561 403 95 220 0 338 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2244

[startup+2.97529 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14112
/proc/meminfo: memFree=1246032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=2380 CPUtime=2.97
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 469 0 0 0 297 0 0 0 25 0 1 0 198878949 2437120 452 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579077 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 595 452 95 220 0 372 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 2380

[startup+6.25185 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 14112
/proc/meminfo: memFree=1245712/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=3688 CPUtime=6.24
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 537 0 0 0 624 0 0 0 25 0 1 0 198878949 3776512 520 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 922 520 95 220 0 699 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 3688

[startup+12.711 s]
/proc/loadavg: 1.07 1.00 1.00 2/78 14112
/proc/meminfo: memFree=1245272/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=3832 CPUtime=12.7
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 620 0 0 0 1270 0 0 0 25 0 1 0 198878949 3923968 603 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 958 603 95 220 0 735 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 3832

[startup+25.5202 s]
/proc/loadavg: 1.06 1.00 1.00 2/84 14184
/proc/meminfo: memFree=1243616/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=3976 CPUtime=25.47
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 707 0 0 0 2546 1 0 0 25 0 1 0 198878949 4071424 690 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530131 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 994 690 95 220 0 771 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 3976

[startup+51.1446 s]
/proc/loadavg: 1.04 1.00 1.00 2/84 14220
/proc/meminfo: memFree=1243232/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=4432 CPUtime=51.06
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 818 0 0 0 5105 1 0 0 25 0 1 0 198878949 4538368 801 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1108 801 95 220 0 885 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 4432

[startup+102.38 s]
/proc/loadavg: 1.02 1.00 1.00 2/84 14286
/proc/meminfo: memFree=1242592/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=4912 CPUtime=102.24
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 964 0 0 0 10223 1 0 0 25 0 1 0 198878949 5029888 947 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1228 947 95 220 0 1005 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 4912

[startup+162.417 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243352/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=5072 CPUtime=162.25
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1064 0 0 0 16223 2 0 0 25 0 1 0 198878949 5193728 1047 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1268 1047 95 220 0 1045 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 5072

[startup+222.446 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243288/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=5072 CPUtime=222.25
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1080 0 0 0 22223 2 0 0 25 0 1 0 198878949 5193728 1063 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1268 1063 95 220 0 1045 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 5072

[startup+282.47 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243096/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7124 CPUtime=282.26
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1129 0 0 0 28223 3 0 0 25 0 1 0 198878949 7294976 1112 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1781 1112 95 220 0 1558 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 7124

[startup+342.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=342.27
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1148 0 0 0 34224 3 0 0 25 0 1 0 198878949 7458816 1131 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1131 95 220 0 1598 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 7284

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

[startup+354.08 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=353.84
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1150 0 0 0 35381 3 0 0 25 0 1 0 198878949 7458816 1133 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532392 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1133 95 220 0 1598 0
Current children cumulated CPU time (s) 353.84
Current children cumulated vsize (KiB) 7284

[startup+360.632 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=360.39
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1151 0 0 0 36036 3 0 0 25 0 1 0 198878949 7458816 1134 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1134 95 220 0 1598 0
Current children cumulated CPU time (s) 360.39
Current children cumulated vsize (KiB) 7284

[startup+363.911 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=363.67
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1151 0 0 0 36364 3 0 0 25 0 1 0 198878949 7458816 1134 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1134 95 220 0 1598 0
Current children cumulated CPU time (s) 363.67
Current children cumulated vsize (KiB) 7284

[startup+365.552 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=365.31
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1151 0 0 0 36528 3 0 0 25 0 1 0 198878949 7458816 1134 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029288 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1134 95 220 0 1598 0
Current children cumulated CPU time (s) 365.31
Current children cumulated vsize (KiB) 7284

[startup+367.188 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=366.94
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1152 0 0 0 36691 3 0 0 25 0 1 0 198878949 7458816 1135 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1135 95 220 0 1598 0
Current children cumulated CPU time (s) 366.94
Current children cumulated vsize (KiB) 7284

[startup+368.012 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=367.77
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1152 0 0 0 36774 3 0 0 25 0 1 0 198878949 7458816 1135 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1135 95 220 0 1598 0
Current children cumulated CPU time (s) 367.77
Current children cumulated vsize (KiB) 7284

[startup+368.216 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 14310
/proc/meminfo: memFree=1243032/2055920 swapFree=4192812/4192956
[pid=14111] ppid=14109 vsize=7284 CPUtime=367.97
/proc/14111/stat : 14111 (sat7_bin) R 14109 14111 13683 0 -1 4194304 1152 0 0 0 36794 3 0 0 25 0 1 0 198878949 7458816 1135 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/14111/statm: 1821 1135 95 220 0 1598 0
Current children cumulated CPU time (s) 367.97
Current children cumulated vsize (KiB) 7284

Child status: 10
Real time (s): 368.289
CPU time (s): 368.056
CPU user time (s): 368.018
CPU system time (s): 0.037994
CPU usage (%): 99.9367
Max. virtual memory (cumulated for all children) (KiB): 7284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.018
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1152
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= 8
involuntary context switches= 1020

runsolver used 0.408937 second user time and 0.861868 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sun Feb 18 09:00:46 UTC 2007

IDJOB= 294458
IDBENCH= 19889
IDSOLVER= 101
FILE ID= node15/294458-1171789246

PBS_JOBID= 3839320

Free space on /tmp= 66535 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/7SAT/v50/unif-k7-r89-v50-c4450-S1755163742-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/294458-1171789246/sat7_bin /tmp/evaluation/294458-1171789246/instance-294458-1171789246.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-294458-1171789246 -o ROOT/results/node15/solver-294458-1171789246 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/294458-1171789246/sat7_bin /tmp/evaluation/294458-1171789246/instance-294458-1171789246.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  d3edeae19215a6960895e5b557b1cbc9

RANDOM SEED= 516098379

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1247984 kB
Buffers:         47172 kB
Cached:         629904 kB
SwapCached:          0 kB
Active:         664124 kB
Inactive:        73244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1247984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1344 kB
Writeback:           0 kB
Mapped:          79164 kB
Slab:            56076 kB
Committed_AS:   746436 kB
PageTables:       1800 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= 66535 MiB

End job on node15 on Sun Feb 18 09:06:54 UTC 2007