Trace number 1715622

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
ttsth-5-0 2009-03-19Signal 248.705 249.453

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark906.632
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

45.25/45.38	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1715622-1240605738.cnf 
45.25/45.38	c Using SATTIMEOUT of 1200
45.25/45.38	c Using SATRAM of 1800
45.25/45.38	c Size of subset node = 16
45.25/45.38	c Variables = 226208
45.25/45.38	c Clauses = 1021181
45.25/45.38	c Literals = 2332626
45.25/45.38	c Reduced size:
45.25/45.38	c Variables = 226208
45.25/45.38	c Clauses = 728577
45.25/45.38	c Literals = 1692371
45.25/45.38	c a2
47.05/47.16	c a1
244.18/244.32	c Independent sub-problems = 1
244.18/244.32	c Sub-problem with 166485 variables and 728577 clauses
244.18/244.32	c using permutation method 4
244.18/244.32	c count = 1
244.18/244.32	c Ordering finished 243.770 seconds
244.18/244.32	c mapped 244.230 seconds
244.18/244.32	c permuted 244.250 seconds
244.18/244.32	c about to sort
244.39/244.55	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1715622-1240605738/watcher-1715622-1240605738 -o /tmp/evaluation-result-1715622-1240605738/solver-1715622-1240605738 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1715622-1240605738.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.00 0.00 0.00 3/64 14578
/proc/meminfo: memFree=1688776/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=932 CPUtime=0
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 88607118 954368 116 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 233 117 77 176 0 55 0

[startup+0.0120121 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 14578
/proc/meminfo: memFree=1688776/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=1196 CPUtime=0.01
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 181 0 0 0 1 0 0 0 18 0 1 0 88607118 1224704 165 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 299 165 78 176 0 121 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1196

[startup+0.102025 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 14578
/proc/meminfo: memFree=1688776/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=5136 CPUtime=0.09
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 1151 0 0 0 9 0 0 0 18 0 1 0 88607118 5259264 1135 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 1284 1136 78 176 0 1106 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5136

[startup+0.301057 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 14578
/proc/meminfo: memFree=1688776/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=13908 CPUtime=0.29
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 3256 0 0 0 27 2 0 0 19 0 1 0 88607118 14241792 3240 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 3477 3240 78 176 0 3299 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13908

[startup+0.70112 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 14578
/proc/meminfo: memFree=1688776/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=30344 CPUtime=0.69
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 7258 0 0 0 66 3 0 0 23 0 1 0 88607118 31072256 7242 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 7586 7242 78 176 0 7408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30344

[startup+1.50125 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 14579
/proc/meminfo: memFree=1649088/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=59696 CPUtime=1.49
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 14760 0 0 0 142 7 0 0 25 0 1 0 88607118 61128704 14744 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 14924 14744 78 176 0 14746 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59696

[startup+3.1015 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 14579
/proc/meminfo: memFree=1619648/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=70780 CPUtime=3.08
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 17117 0 0 0 299 9 0 0 25 0 1 0 88607118 72478720 17101 1992294400 134512640 135237372 4294956192 18446744073709551615 134534235 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 17695 17101 78 176 0 17517 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 70780

[startup+6.30201 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 14579
/proc/meminfo: memFree=1620352/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=70780 CPUtime=6.28
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 17117 0 0 0 619 9 0 0 25 0 1 0 88607118 72478720 17101 1992294400 134512640 135237372 4294956192 18446744073709551615 134534282 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 17695 17101 78 176 0 17517 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 70780

[startup+12.702 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 14579
/proc/meminfo: memFree=1620224/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=70780 CPUtime=12.67
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 17117 0 0 0 1258 9 0 0 25 0 1 0 88607118 72478720 17101 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 17695 17101 78 176 0 17517 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 70780

[startup+25.5011 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 14579
/proc/meminfo: memFree=1620288/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=70780 CPUtime=25.47
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 17117 0 0 0 2538 9 0 0 25 0 1 0 88607118 72478720 17101 1992294400 134512640 135237372 4294956192 18446744073709551615 134534240 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 17695 17101 78 176 0 17517 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 70780

[startup+51.1011 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 14579
/proc/meminfo: memFree=1547392/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=145056 CPUtime=51.04
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 46810 0 0 0 5083 21 0 0 25 0 1 0 88607118 148537344 35381 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 36264 35381 80 176 0 36086 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 145056

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 14579
/proc/meminfo: memFree=1540928/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=150796 CPUtime=102.24
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 48403 0 0 0 10201 23 0 0 25 0 1 0 88607118 154415104 36974 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 37699 36974 80 176 0 37521 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 150796

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 14579
/proc/meminfo: memFree=1536320/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=155772 CPUtime=162.21
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 49544 0 0 0 16198 23 0 0 25 0 1 0 88607118 159510528 38115 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 38943 38115 80 176 0 38765 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 155772

[startup+222.301 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 14579
/proc/meminfo: memFree=1535552/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=156300 CPUtime=222.2
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 49712 0 0 0 22196 24 0 0 25 0 1 0 88607118 160051200 38283 1992294400 134512640 135237372 4294956192 18446744073709551615 134600704 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 39075 38283 80 176 0 38897 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 156300

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

[startup+230.302 s]
/proc/loadavg: 0.98 0.53 0.21 2/65 14579
/proc/meminfo: memFree=1535552/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=156300 CPUtime=230.19
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 49716 0 0 0 22995 24 0 0 25 0 1 0 88607118 160051200 38287 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 39075 38287 80 176 0 38897 0
Current children cumulated CPU time (s) 230.19
Current children cumulated vsize (KiB) 156300

[startup+243.106 s]
/proc/loadavg: 0.98 0.55 0.22 2/65 14579
/proc/meminfo: memFree=1535488/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=156300 CPUtime=242.99
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 49719 0 0 0 24275 24 0 0 25 0 1 0 88607118 160051200 38290 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 39075 38290 80 176 0 38897 0
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (KiB) 156300

[startup+246.301 s]
/proc/loadavg: 0.98 0.56 0.22 2/65 14579
/proc/meminfo: memFree=1300544/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=391796 CPUtime=246.19
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4194304 110782 0 0 0 24569 50 0 0 25 0 1 0 88607118 401199104 96982 1992294400 134512640 135237372 4294956192 18446744073709551615 134730243 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 97949 96982 94 176 0 97771 0
Current children cumulated CPU time (s) 246.19
Current children cumulated vsize (KiB) 391796

[startup+247.901 s]
/proc/loadavg: 0.98 0.56 0.22 2/65 14579
/proc/meminfo: memFree=1168000/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=432672 CPUtime=247.77
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4195840 121153 0 0 0 24642 135 0 0 25 0 1 0 88607118 443056128 107340 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 108168 107340 94 176 0 107990 0
Current children cumulated CPU time (s) 247.77
Current children cumulated vsize (KiB) 432672

[startup+248.702 s]
/proc/loadavg: 0.98 0.56 0.22 2/65 14579
/proc/meminfo: memFree=936192/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=432672 CPUtime=248.32
/proc/14578/stat : 14578 (ttsth-5-0) D 14576 14578 14541 0 -1 4195840 121153 0 0 0 24642 190 0 0 25 0 1 0 88607118 443056128 107340 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/14578/statm: 108168 107340 94 176 0 107990 0
Current children cumulated CPU time (s) 248.32
Current children cumulated vsize (KiB) 432672

[startup+249.102 s]
/proc/loadavg: 0.98 0.56 0.22 2/65 14579
/proc/meminfo: memFree=936192/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=432672 CPUtime=248.35
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4195840 121153 0 0 0 24642 193 0 0 24 0 1 0 88607118 443056128 107340 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 108168 107340 94 176 0 107990 0
Current children cumulated CPU time (s) 248.35
Current children cumulated vsize (KiB) 432672

[startup+249.302 s]
/proc/loadavg: 0.98 0.56 0.22 2/65 14579
/proc/meminfo: memFree=936192/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=432672 CPUtime=248.55
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4195840 121827 0 0 0 24642 213 0 0 25 0 1 0 88607118 443056128 107340 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 108168 107340 94 176 0 107990 0
Current children cumulated CPU time (s) 248.55
Current children cumulated vsize (KiB) 432672

[startup+249.402 s]
/proc/loadavg: 0.98 0.56 0.22 2/65 14579
/proc/meminfo: memFree=936192/2055920 swapFree=4181132/4192956
[pid=14578] ppid=14576 vsize=0 CPUtime=248.65
/proc/14578/stat : 14578 (ttsth-5-0) R 14576 14578 14541 0 -1 4195844 121885 0 0 0 24642 223 0 0 25 0 1 0 88607118 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/14578/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 248.65
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 249.453
CPU time (s): 248.705
CPU user time (s): 246.421
CPU system time (s): 2.28465
CPU usage (%): 99.7001
Max. virtual memory (cumulated for all children) (KiB): 432672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.421
system time used= 2.28465
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121885
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= 5
involuntary context switches= 679

runsolver used 0.228965 second user time and 0.483926 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-24 22:42:20
IDJOB=1715622
IDBENCH=20342
IDSOLVER=549
FILE ID=node26/1715622-1240605738
PBS_JOBID= 9186288
Free space on /tmp= 66020 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1715622-1240605738/watcher-1715622-1240605738 -o /tmp/evaluation-result-1715622-1240605738/solver-1715622-1240605738 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1715622-1240605738.cnf

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED=586760732

node26.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.261
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.261
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:       1689200 kB
Buffers:         43376 kB
Cached:         253600 kB
SwapCached:       6168 kB
Active:          90928 kB
Inactive:       214648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689200 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:           19144 kB
Writeback:           0 kB
Mapped:          13376 kB
Slab:            47220 kB
Committed_AS:   235716 kB
PageTables:       1368 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= 65600 MiB
End job on node26 at 2009-04-24 22:46:31