Trace number 1716313

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 409.82 409.942

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark334.448
Satisfiable
(Un)Satisfiability was proved
Number of variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

Solver Data

409.76/409.94	c clasp version 1.2.0-SAT09 
409.76/409.94	c Reading from ...614181/instance-1716313-1240614181.cnf
409.76/409.94	c Reading      : Done(0.390s)
409.76/409.94	c Preprocessing: |-\|Done(2.080s)
409.76/409.94	c Solving...
409.76/409.94	
409.76/409.94	c Models    : 0     
409.76/409.94	c Time         : 409.760s (Solve: 407.290s)
409.76/409.94	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-1716313-1240614181/watcher-1716313-1240614181 -o /tmp/evaluation-result-1716313-1240614181/solver-1716313-1240614181 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1716313-1240614181.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.99 1.86 1.46 2/65 14759
/proc/meminfo: memFree=1654312/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=3108 CPUtime=0
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 581 0 0 0 0 0 0 0 18 0 1 0 89447403 3182592 387 1992294400 134512640 136057169 4294956144 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 777 391 139 377 0 397 0

[startup+0.0395459 s]
/proc/loadavg: 1.99 1.86 1.46 2/65 14759
/proc/meminfo: memFree=1654312/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=16128 CPUtime=0.03
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 4305 0 0 0 2 1 0 0 18 0 1 0 89447403 16515072 3538 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 4032 3538 144 377 0 3652 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 16128

[startup+0.102552 s]
/proc/loadavg: 1.99 1.86 1.46 2/65 14759
/proc/meminfo: memFree=1654312/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=19932 CPUtime=0.09
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 5224 0 0 0 8 1 0 0 18 0 1 0 89447403 20410368 4457 1992294400 134512640 136057169 4294956144 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 4983 4458 144 377 0 4603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19932

[startup+0.301574 s]
/proc/loadavg: 1.99 1.86 1.46 2/65 14759
/proc/meminfo: memFree=1654312/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=31628 CPUtime=0.29
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 9089 0 0 0 26 3 0 0 20 0 1 0 89447403 32387072 7223 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 7907 7223 144 377 0 7527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31628

[startup+0.70262 s]
/proc/loadavg: 1.99 1.86 1.46 2/65 14759
/proc/meminfo: memFree=1654312/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=49156 CPUtime=0.7
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 15569 0 0 0 64 6 0 0 24 0 1 0 89447403 50335744 11705 1992294400 134512640 136057169 4294956144 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 12289 11705 165 377 0 11909 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 49156

[startup+1.50172 s]
/proc/loadavg: 1.91 1.84 1.46 2/66 14760
/proc/meminfo: memFree=1605728/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=52484 CPUtime=1.48
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 16896 0 0 0 142 6 0 0 25 0 1 0 89447403 53743616 12440 1992294400 134512640 136057169 4294956144 18446744073709551615 134768901 0 0 4096 16386 0 0 0 17 0 0 0
/proc/14759/statm: 13121 12440 170 377 0 12741 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 52484

[startup+3.10189 s]
/proc/loadavg: 1.91 1.84 1.46 2/66 14760
/proc/meminfo: memFree=1604128/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=42600 CPUtime=3.08
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 17050 0 0 0 301 7 0 0 25 0 1 0 89447403 43622400 10170 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 10650 10170 182 377 0 10270 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42600

[startup+6.30125 s]
/proc/loadavg: 1.91 1.84 1.46 2/66 14760
/proc/meminfo: memFree=1613920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=42600 CPUtime=6.27
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 17072 0 0 0 620 7 0 0 25 0 1 0 89447403 43622400 10192 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 10650 10192 182 377 0 10270 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 42600

[startup+12.702 s]
/proc/loadavg: 1.77 1.81 1.45 2/66 14760
/proc/meminfo: memFree=1613856/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=42988 CPUtime=12.67
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 17131 0 0 0 1260 7 0 0 25 0 1 0 89447403 44019712 10251 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 10747 10251 182 377 0 10367 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42988

[startup+25.5014 s]
/proc/loadavg: 1.65 1.79 1.45 2/66 14760
/proc/meminfo: memFree=1613024/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=43876 CPUtime=25.47
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 17372 0 0 0 2540 7 0 0 25 0 1 0 89447403 44929024 10492 1992294400 134512640 136057169 4294956144 18446744073709551615 134823809 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 10969 10492 182 377 0 10589 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43876

[startup+51.1013 s]
/proc/loadavg: 1.43 1.72 1.43 2/66 14760
/proc/meminfo: memFree=1606048/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=51288 CPUtime=51.06
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 19121 0 0 0 5098 8 0 0 25 0 1 0 89447403 52518912 12241 1992294400 134512640 136057169 4294956144 18446744073709551615 134823371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 12822 12241 182 377 0 12442 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 51288

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.41 2/66 14760
/proc/meminfo: memFree=1604448/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=52844 CPUtime=102.25
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 19528 0 0 0 10216 9 0 0 25 0 1 0 89447403 54112256 12648 1992294400 134512640 136057169 4294956144 18446744073709551615 134645315 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 13211 12648 182 377 0 12831 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 52844

[startup+162.302 s]
/proc/loadavg: 1.06 1.49 1.38 2/66 14760
/proc/meminfo: memFree=1598496/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=58880 CPUtime=162.23
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 21000 0 0 0 16213 10 0 0 25 0 1 0 89447403 60293120 14120 1992294400 134512640 136057169 4294956144 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 14720 14120 182 377 0 14340 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 58880

[startup+222.302 s]
/proc/loadavg: 1.02 1.40 1.35 2/66 14760
/proc/meminfo: memFree=1596192/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=61480 CPUtime=222.22
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 21578 0 0 0 22211 11 0 0 25 0 1 0 89447403 62955520 14698 1992294400 134512640 136057169 4294956144 18446744073709551615 134811218 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 15370 14698 182 377 0 14990 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 61480

[startup+282.301 s]
/proc/loadavg: 1.01 1.32 1.33 2/66 14760
/proc/meminfo: memFree=1595360/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=62408 CPUtime=282.2
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 21791 0 0 0 28209 11 0 0 25 0 1 0 89447403 63905792 14911 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 15602 14911 182 377 0 15222 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 62408

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.30 2/66 14760
/proc/meminfo: memFree=1592096/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=65908 CPUtime=342.18
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 22728 0 0 0 34207 11 0 0 25 0 1 0 89447403 67489792 15712 1992294400 134512640 136057169 4294956144 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 16477 15712 182 377 0 16097 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 65908

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589984/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=68168 CPUtime=402.17
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23261 0 0 0 40205 12 0 0 25 0 1 0 89447403 69804032 16245 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 17042 16245 182 377 0 16662 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 68168

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

[startup+403.103 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=68168 CPUtime=402.97
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23264 0 0 0 40285 12 0 0 25 0 1 0 89447403 69804032 16248 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 17042 16248 182 377 0 16662 0
Current children cumulated CPU time (s) 402.97
Current children cumulated vsize (KiB) 68168

[startup+406.301 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=68168 CPUtime=406.17
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23267 0 0 0 40605 12 0 0 25 0 1 0 89447403 69804032 16251 1992294400 134512640 136057169 4294956144 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 17042 16251 182 377 0 16662 0
Current children cumulated CPU time (s) 406.17
Current children cumulated vsize (KiB) 68168

[startup+407.901 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=68168 CPUtime=407.77
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23267 0 0 0 40765 12 0 0 25 0 1 0 89447403 69804032 16251 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 17042 16251 182 377 0 16662 0
Current children cumulated CPU time (s) 407.77
Current children cumulated vsize (KiB) 68168

[startup+408.702 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=68168 CPUtime=408.57
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23267 0 0 0 40845 12 0 0 25 0 1 0 89447403 69804032 16251 1992294400 134512640 136057169 4294956144 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 17042 16251 182 377 0 16662 0
Current children cumulated CPU time (s) 408.57
Current children cumulated vsize (KiB) 68168

[startup+409.502 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=68168 CPUtime=409.37
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23267 0 0 0 40925 12 0 0 25 0 1 0 89447403 69804032 16251 1992294400 134512640 136057169 4294956144 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 17042 16251 182 377 0 16662 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 68168

[startup+409.902 s]
/proc/loadavg: 1.00 1.21 1.28 2/66 14760
/proc/meminfo: memFree=1589920/2055920 swapFree=4053672/4192956
[pid=14759] ppid=14757 vsize=28352 CPUtime=409.76
/proc/14759/stat : 14759 (clasp) R 14757 14759 14470 0 -1 4194304 23272 0 0 0 40964 12 0 0 25 0 1 0 89447403 29032448 6786 1992294400 134512640 136057169 4294956144 18446744073709551615 135433712 0 0 4096 16386 0 0 0 17 1 0 0
/proc/14759/statm: 7088 6786 187 377 0 6708 0
Current children cumulated CPU time (s) 409.76
Current children cumulated vsize (KiB) 28352

Child status: 20
Real time (s): 409.942
CPU time (s): 409.82
CPU user time (s): 409.685
CPU system time (s): 0.134979
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 68168

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

runsolver used 0.461929 second user time and 1.00385 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-25 01:03:02
IDJOB=1716313
IDBENCH=20374
IDSOLVER=508
FILE ID=node87/1716313-1240614181
PBS_JOBID= 9186238
Free space on /tmp= 66408 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-15-u.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-1716313-1240614181/watcher-1716313-1240614181 -o /tmp/evaluation-result-1716313-1240614181/solver-1716313-1240614181 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1716313-1240614181.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= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED=469350056

node87.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1654792 kB
Buffers:         42524 kB
Cached:         159980 kB
SwapCached:     134164 kB
Active:          85528 kB
Inactive:       253584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654792 kB
SwapTotal:     4192956 kB
SwapFree:      4053672 kB
Dirty:           13984 kB
Writeback:           0 kB
Mapped:          13392 kB
Slab:            47860 kB
Committed_AS:   265008 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= 66408 MiB
End job on node87 at 2009-04-25 01:09:52