Trace number 1723201

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 413.672 413.823

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 benchmark21.7277
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

413.64/413.82	c clasp version 1.2.0-SAT09 
413.64/413.82	c Reading from ...684117/instance-1723201-1240684117.cnf
413.64/413.82	c Reading      : Done(0.790s)
413.64/413.82	c Preprocessing: |-\|Done(14.940s)
413.64/413.82	c Solving...
413.64/413.82	
413.64/413.82	c Models    : 0     
413.64/413.82	c Time         : 412.560s (Solve: 396.830s)
413.64/413.82	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-1723201-1240684117/watcher-1723201-1240684117 -o /tmp/evaluation-result-1723201-1240684117/solver-1723201-1240684117 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1723201-1240684117.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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): 1800 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: 1.00 1.00 1.09 3/64 19157
/proc/meminfo: memFree=1153456/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=4312 CPUtime=0
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 415 0 0 0 0 0 0 0 18 0 1 0 96445956 4415488 356 1992294400 134512640 136057169 4294956144 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 1078 359 139 377 0 698 0

[startup+0.066626 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 19157
/proc/meminfo: memFree=1153456/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=33020 CPUtime=0.05
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 6996 0 0 0 3 2 0 0 18 0 1 0 96445956 33812480 5215 1992294400 134512640 136057169 4294956144 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 8255 5219 140 377 0 7875 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 33020

[startup+0.101631 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 19157
/proc/meminfo: memFree=1153456/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=39340 CPUtime=0.09
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 10863 0 0 0 5 4 0 0 18 0 1 0 96445956 40284160 9082 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 9835 9082 144 377 0 9455 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39340

[startup+0.301668 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 19157
/proc/meminfo: memFree=1153456/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=50340 CPUtime=0.29
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 14116 0 0 0 23 6 0 0 19 0 1 0 96445956 51548160 11692 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 12585 11693 144 377 0 12205 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50340

[startup+0.701741 s]
/proc/loadavg: 1.00 1.00 1.09 3/64 19157
/proc/meminfo: memFree=1153456/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=70308 CPUtime=0.69
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 20369 0 0 0 59 10 0 0 22 0 1 0 96445956 71995392 16805 1992294400 134512640 136057169 4294956144 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 17577 16806 144 377 0 17197 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70308

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19158
/proc/meminfo: memFree=1061864/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=116112 CPUtime=1.49
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 37983 0 0 0 132 17 0 0 25 0 1 0 96445956 118898688 27674 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 29028 27675 165 377 0 28648 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116112

[startup+3.10118 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19158
/proc/meminfo: memFree=1031592/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=141496 CPUtime=3.09
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 45702 0 0 0 288 21 0 0 25 0 1 0 96445956 144891904 33759 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 35374 33759 170 377 0 34994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141496

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19158
/proc/meminfo: memFree=998184/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=169516 CPUtime=6.29
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 53329 0 0 0 604 25 0 0 25 0 1 0 96445956 173584384 40778 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 42379 40778 170 377 0 41999 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 169516

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19158
/proc/meminfo: memFree=974248/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=187272 CPUtime=12.69
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 58179 0 0 0 1241 28 0 0 25 0 1 0 96445956 191766528 45196 1992294400 134512640 136057169 4294956144 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 46818 45196 170 377 0 46438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 187272

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 19158
/proc/meminfo: memFree=983976/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=173244 CPUtime=25.48
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61118 0 0 0 2518 30 0 0 25 0 1 0 96445956 177401856 42485 1992294400 134512640 136057169 4294956144 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43311 42485 183 377 0 42931 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 173244

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 19158
/proc/meminfo: memFree=983976/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=173244 CPUtime=51.06
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61119 0 0 0 5076 30 0 0 25 0 1 0 96445956 177401856 42486 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43311 42486 183 377 0 42931 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 173244

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 19158
/proc/meminfo: memFree=983592/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=173800 CPUtime=102.24
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61228 0 0 0 10194 30 0 0 25 0 1 0 96445956 177971200 42595 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43450 42595 183 377 0 43070 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 173800

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/65 19158
/proc/meminfo: memFree=983208/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=174160 CPUtime=162.23
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61319 0 0 0 16192 31 0 0 25 0 1 0 96445956 178339840 42686 1992294400 134512640 136057169 4294956144 18446744073709551615 134823782 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43540 42686 183 377 0 43160 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 174160

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 19158
/proc/meminfo: memFree=983272/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=173836 CPUtime=222.21
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61437 0 0 0 22190 31 0 0 25 0 1 0 96445956 178008064 42619 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43459 42619 183 377 0 43079 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 173836

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/65 19158
/proc/meminfo: memFree=983272/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=173836 CPUtime=282.18
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61467 0 0 0 28187 31 0 0 25 0 1 0 96445956 178008064 42649 1992294400 134512640 136057169 4294956144 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43459 42649 183 377 0 43079 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 173836

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=983016/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=174104 CPUtime=342.16
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 61625 0 0 0 34185 31 0 0 25 0 1 0 96445956 178282496 42671 1992294400 134512640 136057169 4294956144 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 43526 42671 183 377 0 43146 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 174104

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=977576/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=179704 CPUtime=402.14
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63024 0 0 0 40181 33 0 0 25 0 1 0 96445956 184016896 44070 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 44926 44070 183 377 0 44546 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 179704

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

[startup+403.101 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=977512/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=179704 CPUtime=402.94
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63047 0 0 0 40261 33 0 0 25 0 1 0 96445956 184016896 44093 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 44926 44093 183 377 0 44546 0
Current children cumulated CPU time (s) 402.94
Current children cumulated vsize (KiB) 179704

[startup+409.501 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=976808/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=180368 CPUtime=409.35
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63218 0 0 0 40901 34 0 0 25 0 1 0 96445956 184696832 44264 1992294400 134512640 136057169 4294956144 18446744073709551615 134823821 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 45092 44264 183 377 0 44712 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 180368

[startup+411.102 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=976680/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=180632 CPUtime=410.94
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63257 0 0 0 41060 34 0 0 25 0 1 0 96445956 184967168 44303 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 45158 44303 183 377 0 44778 0
Current children cumulated CPU time (s) 410.94
Current children cumulated vsize (KiB) 180632

[startup+412.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=976552/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=180632 CPUtime=412.54
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63271 0 0 0 41220 34 0 0 25 0 1 0 96445956 184967168 44317 1992294400 134512640 136057169 4294956144 18446744073709551615 134816167 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 45158 44317 186 377 0 44778 0
Current children cumulated CPU time (s) 412.54
Current children cumulated vsize (KiB) 180632

[startup+413.501 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=1028904/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=126100 CPUtime=413.35
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63272 0 0 0 41300 35 0 0 25 0 1 0 96445956 129126400 31181 1992294400 134512640 136057169 4294956144 18446744073709551615 135433706 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 31525 31181 187 377 0 31145 0
Current children cumulated CPU time (s) 413.35
Current children cumulated vsize (KiB) 126100

[startup+413.701 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=1028904/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=126100 CPUtime=413.54
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63272 0 0 0 41319 35 0 0 25 0 1 0 96445956 129126400 31181 1992294400 134512640 136057169 4294956144 18446744073709551615 135433706 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 31525 31181 187 377 0 31145 0
Current children cumulated CPU time (s) 413.54
Current children cumulated vsize (KiB) 126100

[startup+413.801 s]
/proc/loadavg: 1.00 1.00 1.05 2/65 19158
/proc/meminfo: memFree=1028904/2055920 swapFree=4124000/4192956
[pid=19157] ppid=19155 vsize=126100 CPUtime=413.64
/proc/19157/stat : 19157 (clasp) R 19155 19157 18772 0 -1 4194304 63272 0 0 0 41329 35 0 0 25 0 1 0 96445956 129126400 31181 1992294400 134512640 136057169 4294956144 18446744073709551615 135433712 0 0 4096 16386 0 0 0 17 1 0 0
/proc/19157/statm: 31525 31181 187 377 0 31145 0
Current children cumulated CPU time (s) 413.64
Current children cumulated vsize (KiB) 126100

Child status: 20
Real time (s): 413.823
CPU time (s): 413.672
CPU user time (s): 413.302
CPU system time (s): 0.369943
CPU usage (%): 99.9636
Max. virtual memory (cumulated for all children) (KiB): 198188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.302
system time used= 0.369943
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= 1086

runsolver used 0.346947 second user time and 0.812876 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-25 20:28:38
IDJOB=1723201
IDBENCH=71688
IDSOLVER=508
FILE ID=node2/1723201-1240684117
PBS_JOBID= 9186635
Free space on /tmp= 66296 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-1723201-1240684117/watcher-1723201-1240684117 -o /tmp/evaluation-result-1723201-1240684117/solver-1723201-1240684117 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1723201-1240684117.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=1626126055

node2.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.265
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.265
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:       1153936 kB
Buffers:         78100 kB
Cached:         680680 kB
SwapCached:      63068 kB
Active:         350372 kB
Inactive:       473956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1153936 kB
SwapTotal:     4192956 kB
SwapFree:      4124000 kB
Dirty:           23828 kB
Writeback:           0 kB
Mapped:          14008 kB
Slab:            63568 kB
Committed_AS:   348708 kB
PageTables:       1476 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= 66292 MiB
End job on node2 at 2009-04-25 20:35:32