Trace number 315576

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
tinisat 2007-02-08UNSAT 429.636 429.788

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data (download as text)

0.59/0.61	c Tinisat 0.22
0.59/0.61	c solving /tmp/evaluation/315576-1172656211/instance-315576-1172656211.cnf
0.59/0.61	c 95421 variables, 439508 clauses
429.54/429.77	s UNSATISFIABLE
429.54/429.77	c 310865 decisions, 176855 conflicts, 124 restarts
429.54/429.77	c solved in 429.62s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-315576-1172656211 -o ROOT/results/node60/solver-315576-1172656211 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315576-1172656211/tinisat /tmp/evaluation/315576-1172656211/instance-315576-1172656211.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): 2400 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.88 0.97 0.99 3/64 18297
/proc/meminfo: memFree=1488464/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=4156 CPUtime=0
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 93 0 0 0 0 0 0 0 18 0 1 0 285577959 4255744 78 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134725591 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 1039 78 48 110 0 926 0

[startup+0.0287441 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 18297
/proc/meminfo: memFree=1488464/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=4420 CPUtime=0.02
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 207 0 0 0 2 0 0 0 18 0 1 0 285577959 4526080 192 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 1105 192 48 110 0 992 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4420

[startup+0.101756 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 18297
/proc/meminfo: memFree=1488464/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=5344 CPUtime=0.09
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 538 0 0 0 9 0 0 0 18 0 1 0 285577959 5472256 523 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 1336 523 48 110 0 1223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5344

[startup+0.301791 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 18297
/proc/meminfo: memFree=1488464/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=7984 CPUtime=0.29
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 1447 0 0 0 28 1 0 0 19 0 1 0 285577959 8175616 1432 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 1996 1432 48 110 0 1883 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7984

[startup+0.701864 s]
/proc/loadavg: 0.88 0.97 0.99 3/64 18297
/proc/meminfo: memFree=1488464/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=38512 CPUtime=0.69
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 6449 0 0 0 65 4 0 0 22 0 1 0 285577959 39436288 6433 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134526987 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 9628 6434 51 110 0 9515 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38512

[startup+1.502 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1456968/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=41940 CPUtime=1.49
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 9268 0 0 0 144 5 0 0 25 0 1 0 285577959 42946560 7832 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 10485 7832 52 110 0 10372 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41940

[startup+3.10129 s]
/proc/loadavg: 0.88 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1456840/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=41940 CPUtime=3.09
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 9330 0 0 0 303 6 0 0 25 0 1 0 285577959 42946560 7894 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 10485 7894 52 110 0 10372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41940

[startup+6.30186 s]
/proc/loadavg: 0.89 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1456272/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=41940 CPUtime=6.29
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 9492 0 0 0 623 6 0 0 25 0 1 0 285577959 42946560 8056 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 10485 8056 52 110 0 10372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41940

[startup+12.702 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1455832/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=41940 CPUtime=12.69
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 9555 0 0 0 1263 6 0 0 25 0 1 0 285577959 42946560 8119 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134532918 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 10485 8119 52 110 0 10372 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41940

[startup+25.5013 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1454360/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=41940 CPUtime=25.48
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 9938 0 0 0 2542 6 0 0 25 0 1 0 285577959 42946560 8502 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 10485 8502 52 110 0 10372 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41940

[startup+51.1019 s]
/proc/loadavg: 0.95 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1451480/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=41940 CPUtime=51.08
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 10703 0 0 0 5101 7 0 0 25 0 1 0 285577959 42946560 9267 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 10485 9267 52 110 0 10372 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41940

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1441496/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=66504 CPUtime=102.26
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 13161 0 0 0 10216 10 0 0 25 0 1 0 285577959 68100096 11725 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 16626 11725 52 110 0 16513 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 66504

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1433688/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=66504 CPUtime=162.23
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 15110 0 0 0 16210 13 0 0 25 0 1 0 285577959 68100096 13674 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 16626 13674 52 110 0 16513 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 66504

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1425048/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=66504 CPUtime=222.22
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 17262 0 0 0 22205 17 0 0 25 0 1 0 285577959 68100096 15826 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 16626 15826 52 110 0 16513 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 66504

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1417944/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=282.19
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 19048 0 0 0 28200 19 0 0 25 0 1 0 285577959 118407168 17612 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 17612 52 110 0 28795 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 115632

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1412056/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=342.17
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 20498 0 0 0 34197 20 0 0 25 0 1 0 285577959 118407168 19062 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 19062 52 110 0 28795 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 115632

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1405592/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=402.15
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22126 0 0 0 40193 22 0 0 25 0 1 0 285577959 118407168 20690 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519978 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 20690 52 110 0 28795 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 115632

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1404696/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=409.34
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22319 0 0 0 40912 22 0 0 25 0 1 0 285577959 118407168 20883 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 20883 52 110 0 28795 0
Current children cumulated CPU time (s) 409.34
Current children cumulated vsize (KiB) 115632

[startup+422.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1403416/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=422.14
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22648 0 0 0 42192 22 0 0 25 0 1 0 285577959 118407168 21212 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 21212 52 110 0 28795 0
Current children cumulated CPU time (s) 422.14
Current children cumulated vsize (KiB) 115632

[startup+425.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1403096/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=425.34
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22763 0 0 0 42511 23 0 0 25 0 1 0 285577959 118407168 21327 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 21327 52 110 0 28795 0
Current children cumulated CPU time (s) 425.34
Current children cumulated vsize (KiB) 115632

[startup+427.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1402776/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=426.94
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22816 0 0 0 42671 23 0 0 25 0 1 0 285577959 118407168 21380 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 21380 52 110 0 28795 0
Current children cumulated CPU time (s) 426.94
Current children cumulated vsize (KiB) 115632

[startup+428.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1402648/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=428.54
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22865 0 0 0 42831 23 0 0 25 0 1 0 285577959 118407168 21429 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 21429 52 110 0 28795 0
Current children cumulated CPU time (s) 428.54
Current children cumulated vsize (KiB) 115632

[startup+429.501 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1402520/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=429.34
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22881 0 0 0 42911 23 0 0 25 0 1 0 285577959 118407168 21445 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 21445 52 110 0 28795 0
Current children cumulated CPU time (s) 429.34
Current children cumulated vsize (KiB) 115632

[startup+429.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18298
/proc/meminfo: memFree=1402520/2055920 swapFree=4183356/4192956
[pid=18297] ppid=18295 vsize=115632 CPUtime=429.54
/proc/18297/stat : 18297 (tinisat) R 18295 18297 17329 0 -1 4194304 22887 0 0 0 42931 23 0 0 25 0 1 0 285577959 118407168 21451 18446744073709551615 134512640 134966189 4294956640 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/18297/statm: 28908 21451 52 110 0 28795 0
Current children cumulated CPU time (s) 429.54
Current children cumulated vsize (KiB) 115632

Child status: 20
Real time (s): 429.788
CPU time (s): 429.636
CPU user time (s): 429.389
CPU system time (s): 0.246962
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 115632

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

runsolver used 0.32695 second user time and 0.856869 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 28 09:50:11 UTC 2007

IDJOB= 315576
IDBENCH= 20420
IDSOLVER= 100
FILE ID= node60/315576-1172656211

PBS_JOBID= 3981170

Free space on /tmp= 66520 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= /tmp/evaluation/315576-1172656211/tinisat /tmp/evaluation/315576-1172656211/instance-315576-1172656211.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-315576-1172656211 -o ROOT/results/node60/solver-315576-1172656211 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315576-1172656211/tinisat /tmp/evaluation/315576-1172656211/instance-315576-1172656211.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  7634252332633927f116161c1beb6151

RANDOM SEED= 843524294

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1488872 kB
Buffers:         19652 kB
Cached:         497796 kB
SwapCached:       3500 kB
Active:         117920 kB
Inactive:       409200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488872 kB
SwapTotal:     4192956 kB
SwapFree:      4183356 kB
Dirty:            8304 kB
Writeback:           0 kB
Mapped:          15368 kB
Slab:            25948 kB
Committed_AS:   852444 kB
PageTables:       1464 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= 66520 MiB

End job on node60 on Wed Feb 28 09:57:21 UTC 2007