Trace number 1727946

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 467.813 467.968

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
MD5SUM26eb408aec254c812108c852e426e72f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark467.813
Satisfiable
(Un)Satisfiability was proved
Number of variables1040
Number of clauses13020
Sum of the clauses size54606
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21086
Number of clauses of size 38679
Number of clauses of size 4261
Number of clauses of size 5297
Number of clauses of size over 52662

Solver Data

467.74/467.96	c clasp version 1.2.0-SAT09 
467.74/467.96	c Reading from ...730943/instance-1727946-1240730943.cnf
467.74/467.96	c Reading      : Done(0.010s)
467.74/467.96	c Preprocessing: |-\Done(0.030s)
467.74/467.96	c Solving...
467.74/467.96	
467.74/467.96	c Models    : 0     
467.74/467.96	c Time         : 467.870s (Solve: 467.830s)
467.74/467.96	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-1727946-1240730943/watcher-1727946-1240730943 -o /tmp/evaluation-result-1727946-1240730943/solver-1727946-1240730943 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1727946-1240730943.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: 0.91 0.95 0.98 3/64 25927
/proc/meminfo: memFree=1621504/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=1960 CPUtime=0
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 242 0 0 0 0 0 0 0 18 0 1 0 101127566 2007040 226 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 490 227 147 377 0 110 0

[startup+0.01406 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25927
/proc/meminfo: memFree=1621504/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=2356 CPUtime=0.01
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 385 0 0 0 1 0 0 0 18 0 1 0 101127566 2412544 369 1992294400 134512640 136057169 4294956144 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 589 369 165 377 0 209 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2356

[startup+0.101074 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25927
/proc/meminfo: memFree=1621504/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=2640 CPUtime=0.09
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 465 0 0 0 9 0 0 0 18 0 1 0 101127566 2703360 449 1992294400 134512640 136057169 4294956144 18446744073709551615 134823280 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 660 449 182 377 0 280 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2640

[startup+0.301109 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25927
/proc/meminfo: memFree=1621504/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=2772 CPUtime=0.29
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 478 0 0 0 29 0 0 0 19 0 1 0 101127566 2838528 462 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 693 462 182 377 0 313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2772

[startup+0.70118 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25927
/proc/meminfo: memFree=1621504/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=2920 CPUtime=0.69
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 515 0 0 0 69 0 0 0 22 0 1 0 101127566 2990080 499 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 730 499 182 377 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2920

[startup+1.50132 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 25928
/proc/meminfo: memFree=1620024/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=3184 CPUtime=1.49
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 599 0 0 0 149 0 0 0 25 0 1 0 101127566 3260416 583 1992294400 134512640 136057169 4294956144 18446744073709551615 134618289 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 796 583 182 377 0 416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3184

[startup+3.1016 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 25928
/proc/meminfo: memFree=1619640/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=3448 CPUtime=3.09
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 666 0 0 0 309 0 0 0 25 0 1 0 101127566 3530752 650 1992294400 134512640 136057169 4294956144 18446744073709551615 134823371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 862 650 182 377 0 482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3448

[startup+6.30117 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 25928
/proc/meminfo: memFree=1619128/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=3844 CPUtime=6.29
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 777 0 0 0 629 0 0 0 25 0 1 0 101127566 3936256 761 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 961 761 182 377 0 581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3844

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 25928
/proc/meminfo: memFree=1618360/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=4508 CPUtime=12.69
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 930 0 0 0 1269 0 0 0 25 0 1 0 101127566 4616192 914 1992294400 134512640 136057169 4294956144 18446744073709551615 134613118 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 1127 914 182 377 0 747 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4508

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 25928
/proc/meminfo: memFree=1617592/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=5300 CPUtime=25.49
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 1131 0 0 0 2549 0 0 0 25 0 1 0 101127566 5427200 1115 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 1325 1115 182 377 0 945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5300

[startup+51.1011 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 25928
/proc/meminfo: memFree=1616760/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=6112 CPUtime=51.07
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 1326 0 0 0 5107 0 0 0 25 0 1 0 101127566 6258688 1310 1992294400 134512640 136057169 4294956144 18446744073709551615 134823471 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 1528 1310 182 377 0 1148 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6112

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 25928
/proc/meminfo: memFree=1615800/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=7068 CPUtime=102.26
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 1560 0 0 0 10226 0 0 0 25 0 1 0 101127566 7237632 1544 1992294400 134512640 136057169 4294956144 18446744073709551615 134824962 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 1767 1544 182 377 0 1387 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 7068

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 25928
/proc/meminfo: memFree=1614648/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=8240 CPUtime=162.23
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 1839 0 0 0 16223 0 0 0 25 0 1 0 101127566 8437760 1823 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 2060 1823 182 377 0 1680 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8240

[startup+222.301 s]
/proc/loadavg: 1.07 0.99 0.98 2/65 25928
/proc/meminfo: memFree=1613368/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=9472 CPUtime=222.22
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2149 0 0 0 22221 1 0 0 25 0 1 0 101127566 9699328 2133 1992294400 134512640 136057169 4294956144 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 2368 2133 182 377 0 1988 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9472

[startup+282.302 s]
/proc/loadavg: 1.09 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1612344/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=10592 CPUtime=282.2
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2404 0 0 0 28219 1 0 0 25 0 1 0 101127566 10846208 2388 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 2648 2388 182 377 0 2268 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 10592

[startup+342.301 s]
/proc/loadavg: 1.09 1.02 0.99 2/65 25928
/proc/meminfo: memFree=1611640/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=11156 CPUtime=342.17
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2569 0 0 0 34216 1 0 0 25 0 1 0 101127566 11423744 2553 1992294400 134512640 136057169 4294956144 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 2789 2553 182 377 0 2409 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 11156

[startup+402.302 s]
/proc/loadavg: 1.03 1.01 0.99 2/65 25928
/proc/meminfo: memFree=1611256/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=11568 CPUtime=402.16
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2665 0 0 0 40214 2 0 0 25 0 1 0 101127566 11845632 2649 1992294400 134512640 136057169 4294956144 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 2892 2649 182 377 0 2512 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 11568

[startup+462.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1610744/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=12128 CPUtime=462.14
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2782 0 0 0 46212 2 0 0 25 0 1 0 101127566 12419072 2766 1992294400 134512640 136057169 4294956144 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 12128

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

[startup+463.903 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1610744/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=12128 CPUtime=463.74
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2782 0 0 0 46372 2 0 0 25 0 1 0 101127566 12419072 2766 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 463.74
Current children cumulated vsize (KiB) 12128

[startup+465.502 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1610744/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=12128 CPUtime=465.34
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2782 0 0 0 46532 2 0 0 25 0 1 0 101127566 12419072 2766 1992294400 134512640 136057169 4294956144 18446744073709551615 134618113 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 465.34
Current children cumulated vsize (KiB) 12128

[startup+467.101 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1610744/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=12128 CPUtime=466.94
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2782 0 0 0 46692 2 0 0 25 0 1 0 101127566 12419072 2766 1992294400 134512640 136057169 4294956144 18446744073709551615 134618315 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 466.94
Current children cumulated vsize (KiB) 12128

[startup+467.505 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1610744/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=12128 CPUtime=467.34
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2782 0 0 0 46732 2 0 0 25 0 1 0 101127566 12419072 2766 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 467.34
Current children cumulated vsize (KiB) 12128

[startup+467.901 s]
/proc/loadavg: 1.01 1.00 0.99 2/65 25928
/proc/meminfo: memFree=1610744/2055920 swapFree=4181888/4192956
[pid=25927] ppid=25925 vsize=12128 CPUtime=467.74
/proc/25927/stat : 25927 (clasp) R 25925 25927 25527 0 -1 4194304 2782 0 0 0 46772 2 0 0 25 0 1 0 101127566 12419072 2766 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/25927/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 467.74
Current children cumulated vsize (KiB) 12128

Child status: 20
Real time (s): 467.968
CPU time (s): 467.813
CPU user time (s): 467.787
CPU system time (s): 0.025996
CPU usage (%): 99.9668
Max. virtual memory (cumulated for all children) (KiB): 12128

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

runsolver used 0.38994 second user time and 0.902862 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-26 09:29:03
IDJOB=1727946
IDBENCH=24651
IDSOLVER=508
FILE ID=node18/1727946-1240730943
PBS_JOBID= 9186891
Free space on /tmp= 66148 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd001.sat05-3419.reshuffled-07.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-1727946-1240730943/watcher-1727946-1240730943 -o /tmp/evaluation-result-1727946-1240730943/solver-1727946-1240730943 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1727946-1240730943.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= 26eb408aec254c812108c852e426e72f
RANDOM SEED=2078961436

node18.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.280
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.280
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:       1621920 kB
Buffers:         51804 kB
Cached:         318980 kB
SwapCached:       5324 kB
Active:         194412 kB
Inactive:       184756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621920 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            2108 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            40820 kB
Committed_AS:   414616 kB
PageTables:       1372 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= 66144 MiB
End job on node18 at 2009-04-26 09:36:51