Trace number 229191

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
sugar 0.40SAT 10.5634 10.9478

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-25_ext.xml
MD5SUMc7e456fa961beb29ac5d6b933b1d5804
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.57876
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/229191-1170106021/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229191-1170106021/unknown.xml [Mon Jan 29 22:27:01 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229191-1170106021/unknown.xml /tmp/evaluation/229191-1170106021/sugar25271.csp [Mon Jan 29 22:27:01 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229191-1170106021/sugar-v0-40.jar -convert /tmp/evaluation/229191-1170106021/unknown.xml /tmp/evaluation/229191-1170106021/sugar25271.csp
0.17	c BEGIN convert /tmp/evaluation/229191-1170106021/unknown.xml
0.61	c END convert (0.439352 seconds)
0.66	c # CONVERT_XML  END : /tmp/evaluation/229191-1170106021/sugar25271.csp 723852 bytes (1 seconds) [Mon Jan 29 22:27:02 2007]
0.66	c # CONVERT_XML  CPU : 0.55 = 0 + 0 + 0.48 + 0.07
0.66	
0.66	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229191-1170106021/sugar25271.bcnf [Mon Jan 29 22:27:02 2007]
0.66	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229191-1170106021/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229191-1170106021/sugar25271.map /tmp/evaluation/229191-1170106021/sugar25271.csp /tmp/evaluation/229191-1170106021/sugar25271.bcnf
0.78	c BEGIN parse /tmp/evaluation/229191-1170106021/sugar25271.csp
3.84	c END parse (3.055564 seconds)
3.84	c BEGIN simplify
3.86	c END simplify (0.016571 seconds)
3.86	c BEGIN encode /tmp/evaluation/229191-1170106021/sugar25271.bcnf
4.02	c END encode (0.165959 seconds)
4.08	c # GENERATE_SAT  END : 600 variables 23002 clauses 432776 bytes (3 seconds) [Mon Jan 29 22:27:05 2007]
4.08	c # GENERATE_SAT  CPU : 3.33 = 0 + 0 + 3.21 + 0.12
4.08	
4.08	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229191-1170106021/sugar25271.bcnf [Mon Jan 29 22:27:05 2007]
4.08	c # CMD : /tmp/evaluation/229191-1170106021/minisat /tmp/evaluation/229191-1170106021/sugar25271.bcnf /tmp/evaluation/229191-1170106021/sugar25271.out
4.10	c ==================================[MINISAT]===================================
4.10	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.10	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.10	c ==============================================================================
4.10	c |         0 |   23002    85186 |    7667       0        0     nan |  0.000 % |
4.11	c |       101 |   23002    85186 |    8433     101      808     8.0 |  0.000 % |
4.12	c |       253 |   23003    85186 |    9277     252     2285     9.1 |  0.004 % |
4.14	c |       478 |   23004    85186 |   10204     476     4209     8.8 |  0.010 % |
4.18	c |       815 |   23004    85186 |   11225     813     7724     9.5 |  0.006 % |
4.22	c |      1322 |   23004    85186 |   12347    1320    12506     9.5 |  0.010 % |
4.30	c |      2081 |   23006    85186 |   13582    2077    19366     9.3 |  0.006 % |
4.42	c |      3220 |   23007    85186 |   14940    3215    30979     9.6 |  0.006 % |
4.62	c |      4929 |   23007    85186 |   16434    4924    49322    10.0 |  0.006 % |
4.95	c |      7491 |   23010    85186 |   18078    7483    76105    10.2 |  0.006 % |
5.44	c |     11335 |   23014    85186 |   19886   11323   119897    10.6 |  0.006 % |
6.26	c |     17101 |   23021    85186 |   21874   17082   189646    11.1 |  0.007 % |
7.79	c |     25751 |   23027    85186 |   24062   14736   175636    11.9 |  0.008 % |
10.27	c |     38726 |   23035    85186 |   26468   15611   181255    11.6 |  0.011 % |
10.76	c ==============================================================================
10.76	c restarts              : 14
10.76	c conflicts             : 41633          (6300 /sec)
10.76	c decisions             : 52660          (7969 /sec)
10.76	c propagations          : 3872456        (586026 /sec)
10.76	c conflict literals     : 493294         (32.96 % deleted)
10.76	c Memory used           : 4.64 MB
10.76	c CPU time              : 6.60799 s
10.76	c 
10.76	c SATISFIABLE
10.76	c # SOLVE_SAT  END : SATISFIABLE (7 seconds) [Mon Jan 29 22:27:12 2007]
10.76	c # SOLVE_SAT  CPU : 6.62 = 0 + 0 + 6.61 + 0.01
10.76	
10.76	c # RESULT : SATISFIABLE
10.76	
10.76	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:27:12 2007]
10.88	c BEGIN read SAT output /tmp/evaluation/229191-1170106021/sugar25271.out
10.89	c END read SAT output (0.012793 seconds)
10.89	c BEGIN write solution /tmp/evaluation/229191-1170106021/sugar25271.sol
10.91	c END write solution (0.01513 seconds)
10.94	s SATISFIABLE
10.94	v 6 14 15 3 11 9 1 3 6 9 6 15 0 15 11 15 14 2 9 3 2 6 13 10 6 2 2 15 12 6 5 15 2 1 4 5 7 12 3 3
10.94	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:27:12 2007]
10.94	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
10.94	
10.94	c # MAIN  END :  (11 seconds) [Mon Jan 29 22:27:12 2007]
10.94	c # MAIN  CPU : 10.5 = 0 + 0 + 10.3 + 0.2
10.94	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node63/watcher-229191-1170106021 -o ROOT/results/node63/solver-229191-1170106021 -C 1800 -M 900 /tmp/evaluation/229191-1170106021/solver /tmp/evaluation/229191-1170106021 /tmp/evaluation/229191-1170106021/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.39 2.43 2.84 5/81 25272
/proc/meminfo: memFree=1308296/2055920 swapFree=4192812/4192956
[pid=25271] ppid=25269 vsize=12268 CPUtime=0
/proc/25271/stat : 25271 (sugar) R 25269 25271 25134 0 -1 4194304 597 0 0 0 0 0 0 0 20 0 1 0 30559522 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247254973029 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25271/statm: 3067 316 241 3 0 167 0

[startup+0.108932 s]
/proc/loadavg: 2.39 2.43 2.84 5/81 25272
/proc/meminfo: memFree=1308296/2055920 swapFree=4192812/4192956
[pid=25271] ppid=25269 vsize=13724 CPUtime=0.04
/proc/25271/stat : 25271 (sugar) S 25269 25271 25134 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30559522 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25271/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516979 s]
/proc/loadavg: 2.39 2.43 2.84 5/81 25272
/proc/meminfo: memFree=1308296/2055920 swapFree=4192812/4192956
[pid=25271] ppid=25269 vsize=13724 CPUtime=0.04
/proc/25271/stat : 25271 (sugar) S 25269 25271 25134 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30559522 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25271/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34207 s]
/proc/loadavg: 2.39 2.43 2.84 4/89 25288
/proc/meminfo: memFree=1283144/2055920 swapFree=4192812/4192956
[pid=25271] ppid=25269 vsize=13724 CPUtime=0.59
/proc/25271/stat : 25271 (sugar) S 25269 25271 25134 0 -1 4194304 1190 7343 0 1 3 1 48 7 15 0 1 0 30559522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25271/statm: 3431 809 371 3 0 531 0
[pid=25281] ppid=25271 vsize=807064 CPUtime=0.65
/proc/25281/stat : 25281 (java) R 25271 25271 25134 0 -1 0 7757 0 1 0 60 5 0 0 19 0 8 0 30559588 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 201766 7504 1494 14 0 189044 0
[pid=25281/tid=25282] ppid=25271 vsize=807064 CPUtime=0.11
/proc/25281/task/25282/stat : 25282 (java) R 25271 25271 25134 0 -1 64 1703 0 0 0 10 1 0 0 16 0 8 0 30559591 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25271 vsize=807064 CPUtime=0
/proc/25281/task/25283/stat : 25283 (java) S 25271 25271 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30559592 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25271 vsize=807064 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25271 25271 25134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30559592 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25271 vsize=807064 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25271 25271 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30559596 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25271 vsize=807064 CPUtime=0.05
/proc/25281/task/25286/stat : 25286 (java) S 25271 25271 25134 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30559596 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25271 vsize=807064 CPUtime=0
/proc/25281/task/25287/stat : 25287 (java) S 25271 25271 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30559596 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25271 vsize=807064 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25271 25271 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30559596 826433536 7504 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.99225 s]
/proc/loadavg: 2.52 2.46 2.85 3/89 25288
/proc/meminfo: memFree=1270152/2055920 swapFree=4192812/4192956
[pid=25271] ppid=25269 vsize=13724 CPUtime=0.59
/proc/25271/stat : 25271 (sugar) S 25269 25271 25134 0 -1 4194304 1190 7343 0 1 3 1 48 7 15 0 1 0 30559522 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25271/statm: 3431 809 371 3 0 531 0
[pid=25281] ppid=25271 vsize=807328 CPUtime=2.29
/proc/25281/stat : 25281 (java) R 25271 25271 25134 0 -1 0 12083 0 1 0 221 8 0 0 25 0 8 0 30559588 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25281/statm: 201832 11817 1506 14 0 189110 0
[pid=25281/tid=25282] ppid=25271 vsize=807328 CPUtime=0.4
/proc/25281/task/25282/stat : 25282 (java) R 25271 25271 25134 0 -1 64 5884 0 0 0 36 4 0 0 16 0 8 0 30559591 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154023930 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25283] ppid=25271 vsize=807328 CPUtime=0
/proc/25281/task/25283/stat : 25283 (java) S 25271 25271 25134 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30559592 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25284] ppid=25271 vsize=807328 CPUtime=0
/proc/25281/task/25284/stat : 25284 (java) S 25271 25271 25134 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30559592 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25285] ppid=25271 vsize=807328 CPUtime=0
/proc/25281/task/25285/stat : 25285 (java) S 25271 25271 25134 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30559596 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25286] ppid=25271 vsize=807328 CPUtime=0.13
/proc/25281/task/25286/stat : 25286 (java) S 25271 25271 25134 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30559596 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25287] ppid=25271 vsize=807328 CPUtime=0
/proc/25281/task/25287/stat : 25287 (java) S 25271 25271 25134 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30559596 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25281/tid=25288] ppid=25271 vsize=807328 CPUtime=0
/proc/25281/task/25288/stat : 25288 (java) S 25271 25271 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30559596 826703872 11817 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 821052

[startup+6.27159 s]
/proc/loadavg: 2.52 2.46 2.85 3/82 25289
/proc/meminfo: memFree=1302912/2055920 swapFree=4192812/4192956
[pid=25271] ppid=25269 vsize=13724 CPUtime=3.92
/proc/25271/stat : 25271 (sugar) S 25269 25271 25134 0 -1 4194304 1280 22541 0 2 3 1 369 19 15 0 1 0 30559522 14053376 819 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 247263703138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25271/statm: 3431 819 373 3 0 531 0
[pid=25289] ppid=25271 vsize=3948 CPUtime=2.16
/proc/25289/stat : 25289 (minisat) R 25271 25271 25134 0 -1 0 770 0 0 0 216 0 0 0 25 0 1 0 30559930 4042752 650 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/25289/statm: 987 650 51 112 0 871 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 17672

Child status: 0
Real time (s): 10.9478
CPU time (s): 10.5634
CPU user time (s): 10.3394
CPU system time (s): 0.223965
CPU usage (%): 96.489
Max. virtual memory (cumulated for all children) (KiB): 821052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3394
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24944
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1355
involuntary context switches= 1664

runsolver used 0.013997 s user time and 0.043993 s system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Jan 29 21:27:01 UTC 2007


IDJOB= 229191
IDBENCH= 6284
IDSOLVER= 86
FILE ID= node63/229191-1170106021

PBS_JOBID= 3689847

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-25_ext.xml
COMMAND LINE= /tmp/evaluation/229191-1170106021/solver /tmp/evaluation/229191-1170106021 /tmp/evaluation/229191-1170106021/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-229191-1170106021 -o ROOT/results/node63/solver-229191-1170106021 -C 1800 -M 900  /tmp/evaluation/229191-1170106021/solver /tmp/evaluation/229191-1170106021 /tmp/evaluation/229191-1170106021/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c7e456fa961beb29ac5d6b933b1d5804

RANDOM SEED= 200962577

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.214
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.214
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:       1308712 kB
Buffers:         40496 kB
Cached:          46816 kB
SwapCached:          0 kB
Active:         641944 kB
Inactive:        52540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:             992 kB
Writeback:           0 kB
Mapped:         623940 kB
Slab:            36680 kB
Committed_AS:   925600 kB
PageTables:       3060 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= 66560 MiB



End job on node63 on Mon Jan 29 21:27:12 UTC 2007