Trace number 1716306

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
kw 2009-03-20UNSAT 443.322 443.514

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark334.448
Satisfiable
(Un)Satisfiability was proved
Number of variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
443.20/443.48	c 439.22 seconds
443.20/443.48	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-1716306-1240614175/watcher-1716306-1240614175 -o /tmp/evaluation-result-1716306-1240614175/solver-1716306-1240614175 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1716306-1240614175.cnf 

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: 1.00 1.00 1.00 3/64 16663
/proc/meminfo: memFree=1010616/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=6656 CPUtime=0
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 856 0 0 0 0 0 0 0 18 0 1 0 89444828 6815744 841 1992294400 4194304 6412682 548682068864 18446744073709551615 4342988 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 1664 847 200 541 0 1114 0

[startup+0.0787839 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16663
/proc/meminfo: memFree=1010616/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=50616 CPUtime=0.07
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 11181 0 0 0 3 4 0 0 18 0 1 0 89444828 51830784 11165 1992294400 4194304 6412682 548682068864 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 12687 11172 208 541 0 12137 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50616

[startup+0.101785 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16663
/proc/meminfo: memFree=1010616/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=65004 CPUtime=0.09
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 15102 0 0 0 4 5 0 0 18 0 1 0 89444828 66564096 15086 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 16284 15093 208 541 0 15734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65004

[startup+0.301806 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16663
/proc/meminfo: memFree=1010616/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=98684 CPUtime=0.29
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 22420 0 0 0 21 8 0 0 20 0 1 0 89444828 101052416 22404 1992294400 4194304 6412682 548682068864 18446744073709551615 4284093 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 24671 22404 219 541 0 24121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98684

[startup+0.70185 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16663
/proc/meminfo: memFree=1010616/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=104228 CPUtime=0.69
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 23974 0 0 0 59 10 0 0 24 0 1 0 89444828 106729472 23958 1992294400 4194304 6412682 548682068864 18446744073709551615 4282531 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 26057 23958 219 541 0 25507 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104228

[startup+1.50194 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=910904/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=115796 CPUtime=1.49
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 27545 0 0 0 138 11 0 0 25 0 1 0 89444828 118575104 27144 1992294400 4194304 6412682 548682068864 18446744073709551615 4916500 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 28949 27144 220 541 0 28399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115796

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=894392/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=137084 CPUtime=3.09
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 34294 0 0 0 294 15 0 0 25 0 1 0 89444828 140374016 33124 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 34271 33124 221 541 0 33721 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137084

[startup+6.30147 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=843128/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=174920 CPUtime=6.29
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 44724 0 0 0 596 33 0 0 25 0 1 0 89444828 179118080 42663 1992294400 4194304 6412682 548682068864 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 43730 42663 248 541 0 43180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174920

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=838392/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=173548 CPUtime=12.69
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 45608 0 0 0 1234 35 0 0 25 0 1 0 89444828 177713152 42359 1992294400 4194304 6412682 548682068864 18446744073709551615 4304453 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 43387 42359 255 541 0 42837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173548

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=838392/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=173548 CPUtime=25.48
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 45623 0 0 0 2513 35 0 0 25 0 1 0 89444828 177713152 42374 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 43387 42374 255 541 0 42837 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 173548

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=838200/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=174596 CPUtime=51.07
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 46032 0 0 0 5068 39 0 0 25 0 1 0 89444828 178786304 42783 1992294400 4194304 6412682 548682068864 18446744073709551615 4570624 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 43649 42783 258 541 0 43099 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 174596

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=834168/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=176968 CPUtime=102.25
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 46756 0 0 0 10178 47 0 0 25 0 1 0 89444828 181215232 43507 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 44242 43507 258 541 0 43692 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 176968

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=825016/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=185812 CPUtime=162.22
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 49029 0 0 0 16166 56 0 0 25 0 1 0 89444828 190271488 45780 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 46453 45780 258 541 0 45903 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 185812

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=818552/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=191972 CPUtime=222.19
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 50646 0 0 0 22152 67 0 0 25 0 1 0 89444828 196579328 47397 1992294400 4194304 6412682 548682068864 18446744073709551615 5485069 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 47993 47397 258 541 0 47443 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 191972

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=818296/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=193332 CPUtime=282.17
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 50693 0 0 0 28142 75 0 0 25 0 1 0 89444828 197971968 47444 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 48333 47444 258 541 0 47783 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 193332

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=812024/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=201652 CPUtime=342.15
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 52247 0 0 0 34133 82 0 0 25 0 1 0 89444828 206491648 48998 1992294400 4194304 6412682 548682068864 18446744073709551615 4286922 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 50413 48998 258 541 0 49863 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 201652

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=806008/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=207588 CPUtime=402.11
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 53742 0 0 0 40127 84 0 0 25 0 1 0 89444828 212570112 50493 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 51897 50493 258 541 0 51347 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 207588

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=805880/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=207588 CPUtime=409.31
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 53794 0 0 0 40846 85 0 0 25 0 1 0 89444828 212570112 50545 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 51897 50545 258 541 0 51347 0
Current children cumulated CPU time (s) 409.31
Current children cumulated vsize (KiB) 207588

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=805496/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=207588 CPUtime=422.11
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 53880 0 0 0 42124 87 0 0 25 0 1 0 89444828 212570112 50631 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 51897 50631 258 541 0 51347 0
Current children cumulated CPU time (s) 422.11
Current children cumulated vsize (KiB) 207588

[startup+435.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=804856/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=208040 CPUtime=434.91
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 54048 0 0 0 43402 89 0 0 25 0 1 0 89444828 213032960 50799 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 52010 50799 258 541 0 51460 0
Current children cumulated CPU time (s) 434.91
Current children cumulated vsize (KiB) 208040

[startup+438.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=804856/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=208040 CPUtime=438.1
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 54048 0 0 0 43721 89 0 0 25 0 1 0 89444828 213032960 50799 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 52010 50799 258 541 0 51460 0
Current children cumulated CPU time (s) 438.1
Current children cumulated vsize (KiB) 208040

[startup+441.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=804856/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=208040 CPUtime=441.3
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 54048 0 0 0 44041 89 0 0 25 0 1 0 89444828 213032960 50799 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 52010 50799 258 541 0 51460 0
Current children cumulated CPU time (s) 441.3
Current children cumulated vsize (KiB) 208040

[startup+442.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=804856/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=208040 CPUtime=442.1
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 54048 0 0 0 44121 89 0 0 25 0 1 0 89444828 213032960 50799 1992294400 4194304 6412682 548682068864 18446744073709551615 4286842 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 52010 50799 258 541 0 51460 0
Current children cumulated CPU time (s) 442.1
Current children cumulated vsize (KiB) 208040

[startup+443.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=804856/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=208040 CPUtime=442.9
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 0 54048 0 0 0 44201 89 0 0 25 0 1 0 89444828 213032960 50799 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 52010 50799 258 541 0 51460 0
Current children cumulated CPU time (s) 442.9
Current children cumulated vsize (KiB) 208040

[startup+443.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16664
/proc/meminfo: memFree=804856/2055920 swapFree=4192956/4192956
[pid=16663] ppid=16661 vsize=0 CPUtime=443.3
/proc/16663/stat : 16663 (kw) R 16661 16663 16400 0 -1 4 54055 0 0 0 44239 91 0 0 25 0 1 0 89444828 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/16663/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 443.3
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 443.514
CPU time (s): 443.322
CPU user time (s): 442.392
CPU system time (s): 0.929858
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 208040

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

runsolver used 0.406938 second user time and 1.21281 second system time

The end

Launcher Data

Begin job on node59 at 2009-04-25 01:02:57
IDJOB=1716306
IDBENCH=20374
IDSOLVER=501
FILE ID=node59/1716306-1240614175
PBS_JOBID= 9186259
Free space on /tmp= 66352 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-15-u.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716306-1240614175/watcher-1716306-1240614175 -o /tmp/evaluation-result-1716306-1240614175/solver-1716306-1240614175 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1716306-1240614175.cnf

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

MD5SUM BENCH= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED=238324773

node59.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.240
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.240
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:       1011096 kB
Buffers:         70144 kB
Cached:         873900 kB
SwapCached:          0 kB
Active:         130564 kB
Inactive:       827416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1011096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           14376 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            72760 kB
Committed_AS:   336736 kB
PageTables:       1456 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= 66344 MiB
End job on node59 at 2009-04-25 01:10:20