Trace number 1716826

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
kw 2009-03-20UNSAT 434.198 434.373

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com
434.12/434.35	c 433.15 seconds
434.12/434.35	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-1716826-1240620845/watcher-1716826-1240620845 -o /tmp/evaluation-result-1716826-1240620845/solver-1716826-1240620845 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1716826-1240620845.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): 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: 0.99 0.98 0.99 3/64 17826
/proc/meminfo: memFree=1321328/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=5244 CPUtime=0
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 864 0 0 0 0 0 0 0 18 0 1 0 90111258 5369856 848 1992294400 4194304 6412682 548682068864 18446744073709551615 4272375 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 1311 855 201 541 0 761 0

[startup+0.019337 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17826
/proc/meminfo: memFree=1321328/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=11708 CPUtime=0.01
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 2463 0 0 0 1 0 0 0 18 0 1 0 90111258 11988992 2448 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 2927 2451 208 541 0 2377 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11708

[startup+0.102351 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17826
/proc/meminfo: memFree=1321328/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=34636 CPUtime=0.09
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 7797 0 0 0 6 3 0 0 18 0 1 0 90111258 35467264 7781 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 8659 7782 221 541 0 8109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34636

[startup+0.302386 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17826
/proc/meminfo: memFree=1321328/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=37012 CPUtime=0.29
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 8474 0 0 0 26 3 0 0 19 0 1 0 90111258 37900288 8458 1992294400 4194304 6412682 548682068864 18446744073709551615 4916816 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 9253 8458 221 541 0 8703 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37012

[startup+0.701458 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 17826
/proc/meminfo: memFree=1321328/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=41884 CPUtime=0.69
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 9955 0 0 0 65 4 0 0 22 0 1 0 90111258 42889216 9842 1992294400 4194304 6412682 548682068864 18446744073709551615 4853937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 10471 9842 221 541 0 9921 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41884

[startup+1.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1279720/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=58684 CPUtime=1.49
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 14237 0 0 0 139 10 0 0 25 0 1 0 90111258 60092416 13817 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 14671 13817 248 541 0 14121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58684

[startup+3.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1255080/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=71284 CPUtime=3.09
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 17659 0 0 0 283 26 0 0 25 0 1 0 90111258 72994816 17239 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 0 0 0
/proc/17826/statm: 17821 17239 248 541 0 17271 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71284

[startup+6.30146 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1250344/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=70436 CPUtime=6.28
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 17870 0 0 0 601 27 0 0 25 0 1 0 90111258 72126464 17040 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 17609 17040 255 541 0 17059 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70436

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1250280/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=70436 CPUtime=12.68
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 17884 0 0 0 1240 28 0 0 25 0 1 0 90111258 72126464 17054 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 17609 17054 255 541 0 17059 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70436

[startup+25.5019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1250344/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=70436 CPUtime=25.48
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 17900 0 0 0 2519 29 0 0 25 0 1 0 90111258 72126464 17070 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 17609 17070 255 541 0 17059 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70436

[startup+51.1025 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1249768/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=70976 CPUtime=51.06
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 18057 0 0 0 5076 30 0 0 25 0 1 0 90111258 72679424 17227 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 17744 17227 258 541 0 17194 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 70976

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1248424/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=72204 CPUtime=102.24
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 18395 0 0 0 10190 34 0 0 25 0 1 0 90111258 73936896 17565 1992294400 4194304 6412682 548682068864 18446744073709551615 4331872 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 18051 17565 258 541 0 17501 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 72204

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1237672/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=83472 CPUtime=162.22
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 21072 0 0 0 16180 42 0 0 25 0 1 0 90111258 85475328 20242 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 20868 20242 258 541 0 20318 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 83472

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1223400/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=98544 CPUtime=222.2
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 24622 0 0 0 22170 50 0 0 25 0 1 0 90111258 100909056 23792 1992294400 4194304 6412682 548682068864 18446744073709551615 4333457 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 24636 23792 258 541 0 24086 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 98544

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1219048/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=103880 CPUtime=282.18
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 25882 0 0 0 28164 54 0 0 25 0 1 0 90111258 106373120 25052 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 25970 25052 258 541 0 25420 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 103880

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1208552/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=114852 CPUtime=342.15
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 28324 0 0 0 34154 61 0 0 25 0 1 0 90111258 117608448 27494 1992294400 4194304 6412682 548682068864 18446744073709551615 4333390 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 28713 27494 258 541 0 28163 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 114852

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1195048/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=128756 CPUtime=402.13
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 31688 0 0 0 40146 67 0 0 25 0 1 0 90111258 131846144 30858 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 32189 30858 258 541 0 31639 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 128756

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17827
/proc/meminfo: memFree=1194984/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=128756 CPUtime=409.33
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 31705 0 0 0 40865 68 0 0 25 0 1 0 90111258 131846144 30875 1992294400 4194304 6412682 548682068864 18446744073709551615 4427104 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 32189 30875 258 541 0 31639 0
Current children cumulated CPU time (s) 409.33
Current children cumulated vsize (KiB) 128756

[startup+422.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17833
/proc/meminfo: memFree=1187368/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=136304 CPUtime=422.12
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 33621 0 0 0 42141 71 0 0 25 0 1 0 90111258 139575296 32791 1992294400 4194304 6412682 548682068864 18446744073709551615 4333423 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 34076 32791 258 541 0 33526 0
Current children cumulated CPU time (s) 422.12
Current children cumulated vsize (KiB) 136304

[startup+428.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17833
/proc/meminfo: memFree=1183272/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=141192 CPUtime=428.52
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 34818 0 0 0 42779 73 0 0 25 0 1 0 90111258 144580608 33988 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 35298 33988 258 541 0 34748 0
Current children cumulated CPU time (s) 428.52
Current children cumulated vsize (KiB) 141192

[startup+431.903 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17833
/proc/meminfo: memFree=1180968/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=143084 CPUtime=431.71
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 35324 0 0 0 43098 73 0 0 25 0 1 0 90111258 146518016 34494 1992294400 4194304 6412682 548682068864 18446744073709551615 4333454 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 35771 34494 258 541 0 35221 0
Current children cumulated CPU time (s) 431.71
Current children cumulated vsize (KiB) 143084

[startup+433.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17833
/proc/meminfo: memFree=1179944/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=143744 CPUtime=433.32
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 35478 0 0 0 43258 74 0 0 25 0 1 0 90111258 147193856 34648 1992294400 4194304 6412682 548682068864 18446744073709551615 4296484 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 35936 34648 258 541 0 35386 0
Current children cumulated CPU time (s) 433.32
Current children cumulated vsize (KiB) 143744

[startup+433.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17833
/proc/meminfo: memFree=1179944/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=143744 CPUtime=433.72
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 35478 0 0 0 43298 74 0 0 25 0 1 0 90111258 147193856 34648 1992294400 4194304 6412682 548682068864 18446744073709551615 4333410 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 35936 34648 258 541 0 35386 0
Current children cumulated CPU time (s) 433.72
Current children cumulated vsize (KiB) 143744

[startup+434.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 17833
/proc/meminfo: memFree=1179944/2055920 swapFree=4180840/4192956
[pid=17826] ppid=17824 vsize=143744 CPUtime=434.12
/proc/17826/stat : 17826 (kw) R 17824 17826 17757 0 -1 0 35478 0 0 0 43338 74 0 0 25 0 1 0 90111258 147193856 34648 1992294400 4194304 6412682 548682068864 18446744073709551615 5485571 0 0 4096 0 0 0 0 17 1 0 0
/proc/17826/statm: 35936 34648 258 541 0 35386 0
Current children cumulated CPU time (s) 434.12
Current children cumulated vsize (KiB) 143744

Child status: 20
Real time (s): 434.373
CPU time (s): 434.198
CPU user time (s): 433.435
CPU system time (s): 0.762884
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 143744

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

runsolver used 0.311952 second user time and 0.952855 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-25 02:54:05
IDJOB=1716826
IDBENCH=20398
IDSOLVER=501
FILE ID=node60/1716826-1240620845
PBS_JOBID= 9186332
Free space on /tmp= 66408 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716826-1240620845/watcher-1716826-1240620845 -o /tmp/evaluation-result-1716826-1240620845/solver-1716826-1240620845 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1716826-1240620845.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=2104899653

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:       1321744 kB
Buffers:         71660 kB
Cached:         580196 kB
SwapCached:       6452 kB
Active:         159588 kB
Inactive:       501188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1321744 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            5448 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            59364 kB
Committed_AS:   285656 kB
PageTables:       1448 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= 66404 MiB
End job on node60 at 2009-04-25 03:01:19