Trace number 1775489

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
Rsat 2009-03-22UNSAT 53.9088 53.9408

General information on the benchmark

Namemanol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.8672
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
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.18/0.28	c ==============================================================================
0.18/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.28	c ==============================================================================
0.18/0.28	c |         0 |  283362   661178 |   85008       0        0     nan |  0.000 % |
1.68/1.74	c |         0 |  123377   480567 |      --       0       --      -- |     --   | -159983/-180606
1.68/1.74	c ==============================================================================
1.68/1.74	c Result  :   #vars: 16544   #clauses: 123377   #literals: 480567
1.68/1.74	c CPU time:   1.62075 s
1.68/1.74	c ==============================================================================
1.88/1.94	c Rsat version 3.02
1.92/2.04	c Base unit clause learned: 0
53.75/53.88	c CNF stats: (16544 vars, 123377 clauses)
53.75/53.88	c Decisions: 1180673
53.75/53.88	c Conflicts: 201682
53.75/53.88	c Restarts: 30
53.75/53.88	c Avg lpc: 18.03
53.75/53.88	c Max decision level: 1274
53.75/53.88	c KB reduction: 11 (145185 clauses removed)
53.75/53.88	c Final decision lit size:16544 (100.00 %)
53.75/53.88	c Final stack/save sizes: 165(1.00 %)/660(3.99 %)
53.75/53.88	c Final cdc size: 660 (3.99 %)
53.75/53.88	c ***********************************************
53.75/53.88	c Conflicts with bac: 13045/201682 (6.47 %)
53.75/53.88	c Avg bac size: 10.59
53.75/53.88	c Avg bac bt depth: 18.86 vs 4.88 (normal)
53.85/53.93	c Running time: 51.90911 seconds
53.85/53.93	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-1775489-1241343642/watcher-1775489-1241343642 -o /tmp/evaluation-result-1775489-1241343642/solver-1775489-1241343642 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1775489-1241343642.cnf HOME 

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.00 1.00 1.00 3/64 28248
/proc/meminfo: memFree=1078376/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=0
/proc/28248/stat : 28248 (rsat.sh) R 28246 28248 27871 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 162390998 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28248/statm: 1339 238 198 169 0 50 0
[pid=28249] ppid=28248 vsize=1516 CPUtime=0
/proc/28249/stat : 28249 (SatElite) R 28248 28248 27871 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 0 162390998 1552384 209 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28249/statm: 379 212 64 186 0 189 0

[startup+0.0131511 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28248
/proc/meminfo: memFree=1078376/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=0
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162390998 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28248/statm: 1339 239 199 169 0 50 0
[pid=28249] ppid=28248 vsize=3980 CPUtime=0
/proc/28249/stat : 28249 (SatElite) R 28248 28248 27871 0 -1 4194304 777 0 0 0 0 0 0 0 18 0 1 0 162390998 4075520 760 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28249/statm: 995 762 64 186 0 805 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9336

[startup+0.102178 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28248
/proc/meminfo: memFree=1078376/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=0
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162390998 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28248/statm: 1339 239 199 169 0 50 0
[pid=28249] ppid=28248 vsize=26912 CPUtime=0.08
/proc/28249/stat : 28249 (SatElite) R 28248 28248 27871 0 -1 4194304 5936 0 0 0 6 2 0 0 19 0 1 0 162390998 27557888 5919 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/28249/statm: 6728 5921 64 186 0 6538 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32268

[startup+0.301201 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28248
/proc/meminfo: memFree=1078376/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=0
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162390998 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28248/statm: 1339 239 199 169 0 50 0
[pid=28249] ppid=28248 vsize=71540 CPUtime=0.28
/proc/28249/stat : 28249 (SatElite) R 28248 28248 27871 0 -1 4194304 16734 0 0 0 21 7 0 0 22 0 1 0 162390998 73256960 16116 1992294400 4194304 4959918 548682068688 18446744073709551615 4265237 0 0 4096 3 0 0 0 17 0 0 0
/proc/28249/statm: 17885 16116 90 186 0 17695 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 76896

[startup+0.701273 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28248
/proc/meminfo: memFree=1078376/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=0
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162390998 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28248/statm: 1339 239 199 169 0 50 0
[pid=28249] ppid=28248 vsize=75396 CPUtime=0.68
/proc/28249/stat : 28249 (SatElite) R 28248 28248 27871 0 -1 4194304 17564 0 0 0 60 8 0 0 25 0 1 0 162390998 77205504 16946 1992294400 4194304 4959918 548682068688 18446744073709551615 4255516 0 0 4096 3 0 0 0 17 0 0 0
/proc/28249/statm: 18849 16946 92 186 0 18659 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 80752

[startup+1.50142 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28250
/proc/meminfo: memFree=1003672/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=0
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 162390998 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28248/statm: 1339 239 199 169 0 50 0
[pid=28249] ppid=28248 vsize=78160 CPUtime=1.48
/proc/28249/stat : 28249 (SatElite) R 28248 28248 27871 0 -1 4194304 18151 0 0 0 137 11 0 0 25 0 1 0 162390998 80035840 17533 1992294400 4194304 4959918 548682068688 18446744073709551615 4408650 0 0 4096 3 0 0 0 17 0 0 0
/proc/28249/statm: 19540 17533 92 186 0 19350 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 83516

[startup+3.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1055320/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=15808 CPUtime=1.15
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 3594 0 0 0 114 1 0 0 25 0 1 0 162391192 16187392 3429 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 3952 3429 116 309 0 3639 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 21164

[startup+6.30128 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1051352/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=19432 CPUtime=4.35
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 4559 0 0 0 433 2 0 0 25 0 1 0 162391192 19898368 4325 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 4858 4325 118 309 0 4545 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24788

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1048160/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=21452 CPUtime=10.74
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 5652 0 0 0 1072 2 0 0 25 0 1 0 162391192 21966848 4769 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 5363 4769 118 309 0 5050 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26808

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1047648/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=21972 CPUtime=23.54
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 7247 0 0 0 2351 3 0 0 25 0 1 0 162391192 22499328 4923 1992294400 4194304 5460562 548682068800 18446744073709551615 4198099 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 5493 4923 118 309 0 5180 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27328

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1045920/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=23324 CPUtime=49.12
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 10514 0 0 0 4908 4 0 0 25 0 1 0 162391192 23883776 5309 1992294400 4194304 5460562 548682068800 18446744073709551615 4227837 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 5831 5309 118 309 0 5518 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28680

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

[startup+52.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1045920/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=23604 CPUtime=50.73
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 10559 0 0 0 5068 5 0 0 25 0 1 0 162391192 24170496 5353 1992294400 4194304 5460562 548682068800 18446744073709551615 4198009 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 5901 5353 118 309 0 5588 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (KiB) 28960

[startup+53.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1045920/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=23588 CPUtime=51.53
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 11067 0 0 0 5148 5 0 0 25 0 1 0 162391192 24154112 5381 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 5897 5381 118 309 0 5584 0
Current children cumulated CPU time (s) 53.45
Current children cumulated vsize (KiB) 28944

[startup+53.9058 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28251
/proc/meminfo: memFree=1045664/2055920 swapFree=4181016/4192956
[pid=28248] ppid=28246 vsize=5356 CPUtime=1.92
/proc/28248/stat : 28248 (rsat.sh) S 28246 28248 27871 0 -1 4194304 312 18633 0 0 0 0 177 15 16 0 1 0 162390998 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28248/statm: 1339 241 199 169 0 50 0
[pid=28251] ppid=28248 vsize=22624 CPUtime=51.93
/proc/28251/stat : 28251 (rsat) R 28248 28248 27871 0 -1 4194304 11068 0 0 0 5188 5 0 0 25 0 1 0 162391192 23166976 5140 1992294400 4194304 5460562 548682068800 18446744073709551615 4786302 0 0 4096 1026 0 0 0 17 0 0 0
/proc/28251/statm: 5656 5140 118 309 0 5343 0
Current children cumulated CPU time (s) 53.85
Current children cumulated vsize (KiB) 27980

Child status: 20
Real time (s): 53.9408
CPU time (s): 53.9088
CPU user time (s): 53.6818
CPU system time (s): 0.226965
CPU usage (%): 99.9408
Max. virtual memory (cumulated for all children) (KiB): 85896

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

runsolver used 0.055991 second user time and 0.148977 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-03 11:40:42
IDJOB=1775489
IDBENCH=71780
IDSOLVER=615
FILE ID=node60/1775489-1241343642
PBS_JOBID= 9225470
Free space on /tmp= 66496 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c6nidw_i.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775489-1241343642/watcher-1775489-1241343642 -o /tmp/evaluation-result-1775489-1241343642/solver-1775489-1241343642 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1775489-1241343642.cnf HOME

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

MD5SUM BENCH= 15c4413e436aecbd4fcb1d7037e18abf
RANDOM SEED=1551375283

node60.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.256
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.256
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:       1078920 kB
Buffers:         77372 kB
Cached:         795976 kB
SwapCached:       6096 kB
Active:          75620 kB
Inactive:       806520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1078920 kB
SwapTotal:     4192956 kB
SwapFree:      4181016 kB
Dirty:           10404 kB
Writeback:           0 kB
Mapped:          14320 kB
Slab:            80872 kB
Committed_AS:   722288 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= 66492 MiB
End job on node60 at 2009-05-03 11:41:36