Trace number 1773773

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
LySAT i/2009-03-20UNSAT 29.7735 29.7917

General information on the benchmark

NameAPPLICATIONS/bitverif/
icbrt/icbrt1_32.cnf
MD5SUM157e258753171ede0eac48b41cfa7b1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.7464
Satisfiable
(Un)Satisfiability was proved
Number of variables11309
Number of clauses33833
Sum of the clauses size78941
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 222554
Number of clauses of size 311277
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.02/0.03	c ==============================================================================
0.02/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.03	c ==============================================================================
0.02/0.03	c |         0 |   33831    78939 |   10149       0        0     nan |  0.000 % |
0.19/0.22	c |         0 |   24515    72071 |      --       0       --      -- |     --   | -9309/-6851
0.19/0.22	c ==============================================================================
0.19/0.22	c Result  :   #vars: 5436   #clauses: 24515   #literals: 72071
0.19/0.22	c CPU time:   0.213967 s
0.19/0.22	c ==============================================================================
0.19/0.26	c lySAT 0.1
0.19/0.26	c minisat core +  additionnal features
0.19/0.26	c ============================[ Problem Statistics ]=============================
0.19/0.26	c |                                                                             |
0.19/0.26	c |  Number of variables:  5436                                                 |
0.19/0.26	c |  Number of clauses:    24515                                                |
0.19/0.27	c |  Parsing time:         0.01         s                                       |
29.67/29.78	c restarts              : 219
29.67/29.78	c conflicts             : 64048          (2172 /sec)
29.67/29.78	c decisions             : 108707         (7.06 % random) (3686 /sec)
29.67/29.78	c euip                  : 1310        
29.67/29.78	c propagations          : 49252901       (1670014 /sec)
29.67/29.78	c conflict literals     : 1518458        (77.70 % deleted)
29.67/29.78	c Memory used           : 8.41 MB
29.67/29.78	c CPU time              : 29.4925 s
29.67/29.78	c 
29.67/29.78	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-1773773-1241236401/watcher-1773773-1241236401 -o /tmp/evaluation-result-1773773-1241236401/solver-1773773-1241236401 -C 10000 -W 12000 -M 1800 lysat.sh HOME/instance-1773773-1241236401.cnf i 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.09 1.03 1.01 3/64 25139
/proc/meminfo: memFree=1608960/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151674010 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 235 195 169 0 50 0
[pid=25140] ppid=25139 vsize=960 CPUtime=0
/proc/25140/stat : 25140 (SatElite) R 25139 25139 24884 0 -1 4194304 148 0 0 0 0 0 0 0 19 0 1 0 151674010 983040 132 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25140/statm: 240 134 50 127 0 110 0

[startup+0.0300991 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25139
/proc/meminfo: memFree=1608960/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151674010 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 235 195 169 0 50 0
[pid=25140] ppid=25139 vsize=4852 CPUtime=0.02
/proc/25140/stat : 25140 (SatElite) R 25139 25139 24884 0 -1 4194304 1032 0 0 0 2 0 0 0 19 0 1 0 151674010 4968448 1017 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25140/statm: 1213 1018 51 127 0 1083 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10208

[startup+0.101106 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25139
/proc/meminfo: memFree=1608960/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 151674010 5484544 235 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 235 195 169 0 50 0
[pid=25140] ppid=25139 vsize=6628 CPUtime=0.09
/proc/25140/stat : 25140 (SatElite) R 25139 25139 24884 0 -1 4194304 1516 0 0 0 8 1 0 0 19 0 1 0 151674010 6787072 1432 1992294400 134512640 135034092 4294956112 18446744073709551615 134566526 0 0 4096 3 0 0 0 17 0 0 0
/proc/25140/statm: 1657 1432 68 127 0 1527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11984

[startup+0.301137 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25139
/proc/meminfo: memFree=1608960/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 5356

[startup+0.70118 s]
/proc/loadavg: 1.09 1.03 1.01 3/64 25139
/proc/meminfo: memFree=1608960/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 5356

[startup+1.50227 s]
/proc/loadavg: 1.09 1.03 1.01 2/66 25142
/proc/meminfo: memFree=1604720/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=4368 CPUtime=1.23
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 825 0 0 0 123 0 0 0 25 0 1 0 151674036 4472832 810 1992294400 134512640 135226915 4294956224 18446744073709551615 134526453 0 0 4096 3 0 0 0 17 1 0 0
/proc/25142/statm: 1092 810 81 174 0 915 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9724

[startup+3.10144 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 25142
/proc/meminfo: memFree=1604272/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=4772 CPUtime=2.82
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 938 0 0 0 282 0 0 0 25 0 1 0 151674036 4886528 923 1992294400 134512640 135226915 4294956224 18446744073709551615 134526341 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 1193 923 81 174 0 1016 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10128

[startup+6.3018 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 25142
/proc/meminfo: memFree=1603632/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=5364 CPUtime=6.02
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1065 0 0 0 602 0 0 0 25 0 1 0 151674036 5492736 1050 1992294400 134512640 135226915 4294956224 18446744073709551615 134544583 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 1341 1050 81 174 0 1164 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10720

[startup+12.7015 s]
/proc/loadavg: 1.07 1.03 1.00 2/66 25142
/proc/meminfo: memFree=1602288/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=6516 CPUtime=12.42
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1360 0 0 0 1241 1 0 0 25 0 1 0 151674036 6672384 1345 1992294400 134512640 135226915 4294956224 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 1629 1345 81 174 0 1452 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11872

[startup+25.5019 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 25142
/proc/meminfo: memFree=1601328/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=7796 CPUtime=25.21
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1662 0 0 0 2520 1 0 0 25 0 1 0 151674036 7983104 1647 1992294400 134512640 135226915 4294956224 18446744073709551615 134525828 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 1949 1647 81 174 0 1772 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13152

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

[startup+27.1011 s]
/proc/loadavg: 1.06 1.03 1.00 2/66 25142
/proc/meminfo: memFree=1601136/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=8356 CPUtime=26.81
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1778 0 0 0 2680 1 0 0 25 0 1 0 151674036 8556544 1763 1992294400 134512640 135226915 4294956224 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 2089 1763 81 174 0 1912 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 13712

[startup+28.7013 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25142
/proc/meminfo: memFree=1600560/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=8484 CPUtime=28.41
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1834 0 0 0 2840 1 0 0 25 0 1 0 151674036 8687616 1819 1992294400 134512640 135226915 4294956224 18446744073709551615 134537123 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 2121 1819 81 174 0 1944 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 13840

[startup+29.5014 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25142
/proc/meminfo: memFree=1600560/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=8612 CPUtime=29.21
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1848 0 0 0 2920 1 0 0 25 0 1 0 151674036 8818688 1833 1992294400 134512640 135226915 4294956224 18446744073709551615 134540978 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 2153 1833 81 174 0 1976 0
Current children cumulated CPU time (s) 29.46
Current children cumulated vsize (KiB) 13968

[startup+29.7054 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 25142
/proc/meminfo: memFree=1600496/2055920 swapFree=4179008/4192956
[pid=25139] ppid=25137 vsize=5356 CPUtime=0.25
/proc/25139/stat : 25139 (lysat.sh) S 25137 25139 24884 0 -1 4194304 310 1624 0 0 0 0 24 1 17 0 1 0 151674010 5484544 237 1992294400 4194304 4889804 548682068816 18446744073709551615 226913477444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25139/statm: 1339 237 195 169 0 50 0
[pid=25142] ppid=25139 vsize=8612 CPUtime=29.42
/proc/25142/stat : 25142 (LySATi) R 25139 25139 24884 0 -1 4194304 1848 0 0 0 2941 1 0 0 25 0 1 0 151674036 8818688 1833 1992294400 134512640 135226915 4294956224 18446744073709551615 134540004 0 0 4096 3 0 0 0 17 0 0 0
/proc/25142/statm: 2153 1833 81 174 0 1976 0
Current children cumulated CPU time (s) 29.67
Current children cumulated vsize (KiB) 13968

Child status: 20
Real time (s): 29.7917
CPU time (s): 29.7735
CPU user time (s): 29.7375
CPU system time (s): 0.035994
CPU usage (%): 99.9388
Max. virtual memory (cumulated for all children) (KiB): 13968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7375
system time used= 0.035994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3944
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= 10
involuntary context switches= 73

runsolver used 0.025996 second user time and 0.091986 second system time

The end

Launcher Data

Begin job on node5 at 2009-05-02 05:53:21
IDJOB=1773773
IDBENCH=70792
IDSOLVER=609
FILE ID=node5/1773773-1241236401
PBS_JOBID= 9224810
Free space on /tmp= 66532 MiB

SOLVER NAME= LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/icbrt/icbrt1_32.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773773-1241236401/watcher-1773773-1241236401 -o /tmp/evaluation-result-1773773-1241236401/solver-1773773-1241236401 -C 10000 -W 12000 -M 1800  lysat.sh HOME/instance-1773773-1241236401.cnf i

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

MD5SUM BENCH= 157e258753171ede0eac48b41cfa7b1d
RANDOM SEED=322494532

node5.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.212
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.212
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:       1609440 kB
Buffers:         74936 kB
Cached:         277356 kB
SwapCached:       7700 kB
Active:          72280 kB
Inactive:       289232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1609440 kB
SwapTotal:     4192956 kB
SwapFree:      4179008 kB
Dirty:            2768 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            71008 kB
Committed_AS:   690832 kB
PageTables:       1400 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= 66532 MiB
End job on node5 at 2009-05-02 05:53:51