Trace number 1831945

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
clasp 1.2.0-SAT09-32UNSAT 401.839 402.112

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3664
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

401.82/402.11	c clasp version 1.2.0-SAT09 
401.82/402.11	c Reading from ...793158/instance-1831945-1242793158.cnf
401.82/402.11	c Reading      : Done(0.750s)
401.82/402.11	c Preprocessing: |-\|Done(14.300s)
401.82/402.11	c Solving...
401.82/402.11	
401.82/402.11	c Models    : 0     
401.82/402.11	c Time         : 400.740s (Solve: 385.690s)
401.82/402.11	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-1831945-1242793158/watcher-1831945-1242793158 -o /tmp/evaluation-result-1831945-1242793158/solver-1831945-1242793158 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831945-1242793158.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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.02 1.01 1.00 3/64 6791
/proc/meminfo: memFree=1863448/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=4636 CPUtime=0
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 489 0 0 0 0 0 0 0 18 0 1 0 307350696 4747264 376 1992294400 134512640 136057169 4294956160 18446744073709551615 135507841 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 1105 378 139 377 0 725 0

[startup+0.0906 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 6791
/proc/meminfo: memFree=1863448/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=39340 CPUtime=0.08
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 9742 0 0 0 4 4 0 0 18 0 1 0 307350696 40284160 7961 1992294400 134512640 136057169 4294956160 18446744073709551615 134640676 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 9835 7970 142 377 0 9455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39340

[startup+0.101601 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 6791
/proc/meminfo: memFree=1863448/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=39612 CPUtime=0.09
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 10908 0 0 0 5 4 0 0 18 0 1 0 307350696 40562688 9127 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 9903 9129 144 377 0 9523 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39612

[startup+0.301641 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 6791
/proc/meminfo: memFree=1863448/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=51132 CPUtime=0.29
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 14351 0 0 0 23 6 0 0 19 0 1 0 307350696 52359168 11927 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 12783 11927 144 377 0 12403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51132

[startup+0.701719 s]
/proc/loadavg: 1.02 1.01 1.00 3/64 6791
/proc/meminfo: memFree=1863448/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=74072 CPUtime=0.69
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 21883 0 0 0 58 11 0 0 23 0 1 0 307350696 75849728 17293 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 18518 17293 144 377 0 18138 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74072

[startup+1.50188 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 6792
/proc/meminfo: memFree=1769360/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=119968 CPUtime=1.49
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 39426 0 0 0 130 19 0 0 25 0 1 0 307350696 122847232 28509 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 29992 28510 164 377 0 29612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119968

[startup+3.1022 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 6792
/proc/meminfo: memFree=1740112/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=143740 CPUtime=3.09
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 46289 0 0 0 287 22 0 0 25 0 1 0 307350696 147189760 34346 1992294400 134512640 136057169 4294956160 18446744073709551615 134771418 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 35935 34346 169 377 0 35555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 143740

[startup+6.30183 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 6792
/proc/meminfo: memFree=1704992/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=170440 CPUtime=6.29
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 53557 0 0 0 603 26 0 0 25 0 1 0 307350696 174530560 41006 1992294400 134512640 136057169 4294956160 18446744073709551615 135459155 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 42610 41006 169 377 0 42230 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 170440

[startup+12.7011 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 6792
/proc/meminfo: memFree=1683296/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=187800 CPUtime=12.68
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 58329 0 0 0 1239 29 0 0 25 0 1 0 307350696 192307200 45346 1992294400 134512640 136057169 4294956160 18446744073709551615 134765787 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 46950 45346 169 377 0 46570 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 187800

[startup+25.5016 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 6792
/proc/meminfo: memFree=1694112/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=173244 CPUtime=25.48
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61119 0 0 0 2517 31 0 0 25 0 1 0 307350696 177401856 42486 1992294400 134512640 136057169 4294956160 18446744073709551615 134645293 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43311 42486 183 377 0 42931 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 173244

[startup+51.1017 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1693920/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=173244 CPUtime=51.07
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61119 0 0 0 5075 32 0 0 25 0 1 0 307350696 177401856 42486 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43311 42486 183 377 0 42931 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 173244

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1693728/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=173800 CPUtime=102.24
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61230 0 0 0 10192 32 0 0 25 0 1 0 307350696 177971200 42597 1992294400 134512640 136057169 4294956160 18446744073709551615 134649409 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43450 42597 183 377 0 43070 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 173800

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1693280/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=174160 CPUtime=162.21
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61322 0 0 0 16189 32 0 0 25 0 1 0 307350696 178339840 42689 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43540 42689 183 377 0 43160 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 174160

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1693408/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=173836 CPUtime=222.16
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61442 0 0 0 22184 32 0 0 25 0 1 0 307350696 178008064 42624 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43459 42624 183 377 0 43079 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 173836

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1693344/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=173836 CPUtime=282.12
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61470 0 0 0 28180 32 0 0 25 0 1 0 307350696 178008064 42652 1992294400 134512640 136057169 4294956160 18446744073709551615 134823619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43459 42652 183 377 0 43079 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 173836

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1693216/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=174104 CPUtime=342.08
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61631 0 0 0 34176 32 0 0 25 0 1 0 307350696 178282496 42677 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43526 42677 183 377 0 43146 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 174104

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

[startup+358.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1692128/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=175424 CPUtime=358.06
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 61969 0 0 0 35773 33 0 0 25 0 1 0 307350696 179634176 43015 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 43856 43015 183 377 0 43476 0
Current children cumulated CPU time (s) 358.06
Current children cumulated vsize (KiB) 175424

[startup+383.907 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1688288/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=179172 CPUtime=383.65
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 62898 0 0 0 38331 34 0 0 25 0 1 0 307350696 183472128 43944 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 44793 43944 183 377 0 44413 0
Current children cumulated CPU time (s) 383.65
Current children cumulated vsize (KiB) 179172

[startup+390.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1687776/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=179704 CPUtime=390.04
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 63020 0 0 0 38970 34 0 0 25 0 1 0 307350696 184016896 44066 1992294400 134512640 136057169 4294956160 18446744073709551615 134649280 0 0 4096 16386 0 0 0 17 1 0 0
/proc/6791/statm: 44926 44066 183 377 0 44546 0
Current children cumulated CPU time (s) 390.04
Current children cumulated vsize (KiB) 179704

[startup+396.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1687264/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=180232 CPUtime=396.42
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 63181 0 0 0 39608 34 0 0 25 0 1 0 307350696 184557568 44227 1992294400 134512640 136057169 4294956160 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 45058 44227 183 377 0 44678 0
Current children cumulated CPU time (s) 396.42
Current children cumulated vsize (KiB) 180232

[startup+399.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1686880/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=180632 CPUtime=399.62
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 63263 0 0 0 39928 34 0 0 25 0 1 0 307350696 184967168 44309 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 45158 44309 183 377 0 44778 0
Current children cumulated CPU time (s) 399.62
Current children cumulated vsize (KiB) 180632

[startup+401.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1739168/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=126100 CPUtime=401.22
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 63272 0 0 0 40087 35 0 0 25 0 1 0 307350696 129126400 31181 1992294400 134512640 136057169 4294956160 18446744073709551615 135439450 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 31525 31181 187 377 0 31145 0
Current children cumulated CPU time (s) 401.22
Current children cumulated vsize (KiB) 126100

[startup+401.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1739168/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=126100 CPUtime=401.62
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 63272 0 0 0 40127 35 0 0 25 0 1 0 307350696 129126400 31181 1992294400 134512640 136057169 4294956160 18446744073709551615 135433736 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 31525 31181 187 377 0 31145 0
Current children cumulated CPU time (s) 401.62
Current children cumulated vsize (KiB) 126100

[startup+402.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 6792
/proc/meminfo: memFree=1739168/2055920 swapFree=4180760/4192956
[pid=6791] ppid=6789 vsize=118852 CPUtime=401.82
/proc/6791/stat : 6791 (clasp) R 6789 6791 6719 0 -1 4194304 63272 0 0 0 40146 36 0 0 25 0 1 0 307350696 121704448 29519 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 0 0 0
/proc/6791/statm: 29713 29519 11319 377 0 29333 0
Current children cumulated CPU time (s) 401.82
Current children cumulated vsize (KiB) 118852

Child status: 20
Real time (s): 402.112
CPU time (s): 401.839
CPU user time (s): 401.465
CPU system time (s): 0.373943
CPU usage (%): 99.932
Max. virtual memory (cumulated for all children) (KiB): 198188

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

runsolver used 0.348946 second user time and 1.11983 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-20 06:19:20
IDJOB=1831945
IDBENCH=71688
IDSOLVER=637
FILE ID=node1/1831945-1242793158
PBS_JOBID= 9322409
Free space on /tmp= 66292 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/manol-pipe-c10nidw_s.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1831945-1242793158/watcher-1831945-1242793158 -o /tmp/evaluation-result-1831945-1242793158/solver-1831945-1242793158 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831945-1242793158.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=625469081

node1.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.259
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	: 5931.00
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.259
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:       1863864 kB
Buffers:         27776 kB
Cached:         117228 kB
SwapCached:       6636 kB
Active:          59932 kB
Inactive:        93752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863864 kB
SwapTotal:     4192956 kB
SwapFree:      4180760 kB
Dirty:           23972 kB
Writeback:           0 kB
Mapped:          13748 kB
Slab:            24312 kB
Committed_AS:  1075432 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= 66288 MiB
End job on node1 at 2009-05-20 06:26:02